pub fn encode_double(f: f64) -> u64
Expand description

| Encode a double using the IEEE 754 binary64 | format. All NaNs are encoded as x86/ARM’s | positive quiet NaN with payload 0. |