Function bitcoin_system::encode_double
source · pub fn encode_double(f: f64) -> u64Expand description
| Encode a double using the IEEE 754 binary64 | format. All NaNs are encoded as x86/ARM’s | positive quiet NaN with payload 0. |
pub fn encode_double(f: f64) -> u64| Encode a double using the IEEE 754 binary64 | format. All NaNs are encoded as x86/ARM’s | positive quiet NaN with payload 0. |