Skip to main content

i64_to_f64

Function i64_to_f64 

Source
pub fn i64_to_f64(value: i64) -> f64
Expand description

Converts an i64 to f64 with the same rounding as Rust’s native cast.