Skip to main content

f64_from_parts

Function f64_from_parts 

Source
pub(crate) const fn f64_from_parts(
    sign: DyadicSign,
    exp: u64,
    mantissa: u64,
) -> f64