Skip to main content

decode_double

Function decode_double 

Source
pub fn decode_double(data: &[u8]) -> Result<f64, Error>
Expand description

Decode an IEEE-754 double-precision float from 8 big-endian bytes.