Skip to main content

encode_real

Function encode_real 

Source
pub fn encode_real(value: f64) -> [u8; 8]
Expand description

Encodes a Real (f64) for lexicographic ordering with total ordering.

NaN < -Inf < negative values < -0.0 < +0.0 < positive values < +Inf