pub fn i64_to_f64(value: i64) -> f64
Converts an i64 to f64 with the same rounding as Rust’s native cast.
i64
f64