Function fastapprox::bits::from_bits

source ·
pub fn from_bits(x: u32) -> f32
Expand description

Raw transmutation from u32.

Converts the given u32 containing the float’s raw memory representation into the f32 type. Similar to f32::from_bits but even more raw.