Skip to main content

uint_to_float

Function uint_to_float 

Source
pub fn uint_to_float() -> extern "C" fn(v: u32) -> f32
Expand description

Convert an unsigned integer to the nearest float value, rounding to even on tie.