custom_float 0.3.1

Custom floating-point types
Documentation
1
2
3
4
use crate::Fp;

/// G.711 8-bit minifloat
pub type FpG711 = Fp<u8, true, 3, 0, 4, 2>;