pub fn cmp_bigint_f64_exact(b: &BigInt, f: f64) -> Option<Ordering>
Exact comparison of a BigInt against an f64. None iff f is NaN.
None
f