Function fastapprox::bits::to_bits

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

Raw transmutation to u32.

Transmutes the given f32 into it’s raw memory representation. Similar to f32::to_bits but even more raw.