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