metallic 0.0.3-alpha

C math functions from scratch
Documentation
1
2
3
4
/// Explicitly stored significand bits in [`f64`]
///
/// This constant is usually used as a shift to access the exponent bits.
pub const EXP_SHIFT: u32 = f64::MANTISSA_DIGITS - 1;