pub fn put_f64b(buf: &mut [u8], n: f64)
Expand description

Converts a f64 into 8 unsigned bytes and writes them in a big-endian order at the start of a buffer.