Start staging some extended math functionality, including primality bits.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
mod core;
|
||||
#[macro_use]
|
||||
mod builder;
|
||||
//mod extended_math;
|
||||
// mod primes;
|
||||
mod traits;
|
||||
|
||||
use self::core::*;
|
||||
|
||||
Reference in New Issue
Block a user