decimus 0.0.6

Decimal Floating-Point Math Library for Rust
Documentation
1
2
3
4
5
/// Exception flags.
pub type IdecFlags = u32;

/// Rounding modes.
pub type IdecRound = u32;