pub fn decode_f64(data: &[u8]) -> Result<f64, DriverError>Expand description
Decode a 64-bit float from binary format (8 bytes, big-endian IEEE 754).
pub fn decode_f64(data: &[u8]) -> Result<f64, DriverError>Decode a 64-bit float from binary format (8 bytes, big-endian IEEE 754).