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