1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#[macro_use]
//pub mod real;
//pub mod integer;
//pub mod natural;
pub mod complex;
pub mod bound;
pub mod primitives;

//pub use self::real::{Real, Real32, Real64};
//pub use self::integer::Integer;
//pub use self::natural::{Natural, Natural8, Natural16, Natural32, Natural64};
//#[macro_use]
pub use self::complex::{Complex, Complex32, Complex64};