pub fn cmp_i64_f64_exact(i: i64, f: f64) -> Option<Ordering>
Exact comparison of an i64 against an f64. None iff f is NaN.
None
f