Skip to main content

decode_real

Function decode_real 

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

Decode an IEEE-754 single-precision float from 4 big-endian bytes.