pub fn fnv1a_f64_slice(values: &[f64]) -> u64
Compute FNV-1a hash over a slice of f64 values.
f64
This is the standard 64-bit FNV-1a hash applied byte-by-byte over the little-endian bit pattern of each float.