custom_float 0.3.1

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

/// PXR24 compressed floating-point format
pub type FpPXR24 = Fp<u32, true, 8, 0, 15, 2>;