pub const fn fastdet(f: f64, m: u64, u: u64) -> f64Expand description
Port of Campbell’s uniformbinary64_fastdet, the deterministic core of
this module: turns an exponent scale f ∈ {2⁻⁶⁴, 2⁻¹²⁸}, a geometric
word m and a significand word u into a correctly rounded (to
nearest) uniform binary64.