[][src]Function nalgebra_glm::int_bits_to_float

pub fn int_bits_to_float(v: i32) -> f32

Returns a floating-point value corresponding to a signed integer encoding of a floating-point value.

If an inf or NaN is passed in, it will not signal, and the resulting floating point value is unspecified. Otherwise, the bit-level representation is preserved.

See also: