Function rp_hal::rom_data::int_to_float[][src]

pub fn int_to_float() -> extern "C" fn(v: i32) -> f32

Convert a signed integer to the nearest float value, rounding to even on tie.