pub fn u64_to_f64(value: u64) -> f64
Converts a u64 to f64 with the same rounding as Rust’s native cast.
u64
f64