pub fn get_f64l(buf: &[u8]) -> f64
Expand description

Reads the first 8 bytes of a buffer, stores them in a little-endian order, and returns them as an f64.