Re-exports§
pub use self::decimal::Decimal;
Modules§
Structs§
- Barrett
Reduction - Complex
- Double
Double - Dual
Number - Extended
Gcd - extended_gcd(a,b): ax + by = g = gcd(a,b)
- Float32
- Float64
- MInt
- Quad
Double - ref: https://na-inet.jp/na/qd_ja.pdf
- Rational
- Saturating
- Wrapper type of arithmetic
saturating_*
operations. - URational
- Wrapping
- Wrapper type of arithmetic
wrapping_*
operations.
Traits§
- Binary
Repr - Trait for operations of integer in binary representation.
- Bounded
- Trait for max/min bounds
- Discrete
Steps - Float
- IntBase
- Trait for basic primitive integer operations.
- MInt
Base - MInt
Convert - One
- Range
Bounds Ext - Saturatingable
- Signed
- Trait for signed integer operations.
- Unsigned
- Trait for unsigned integer operations.
- Wrappingable
- Zero