Skip to main content

f16_to_f64

Function f16_to_f64 

Source
pub fn f16_to_f64(bits: u16) -> f64
Expand description

IEEE 754 half-precision bits -> f64. Delegates to half::f16 for proper signaling NaN, subnormal, and rounding semantics.