pub fn put_f32b(buf: &mut [u8], n: f32)
Expand description

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