pub fn count_to_f64(count: usize) -> f64
Count as f64. Counts here are far below 2^53, so the conversion is exact.
f64