Module math

Module math 

Source
Expand description

RE math library.

Re-exports§

pub use bnum_integer::*;
pub use decimal::*;
pub use precise_decimal::*;
pub use rounding_mode::*;
pub use traits::*;

Modules§

bnum_integer
Definitions of safe integers and uints.
decimal
precise_decimal
rounding_mode
traits