Skip to main content

P64

Type Alias P64 

Source
pub type P64<const F: i8> = Q<u64, u128, F>;
Expand description

Fixed point u64 with u128 accumulator

Aliased Typeยง

pub struct P64<const F: i8> { /* private fields */ }