Skip to main content

u64_to_f64

Function u64_to_f64 

Source
pub fn u64_to_f64(value: u64) -> f64
Expand description

Converts a u64 to f64 with the same rounding as Rust’s native cast.