pub(crate) fn f32_hash<H: Hasher>(state: &mut H, f: f32)
Deterministically hash an f32, treating all NANs as equal, and ignoring the sign of zero.
f32