[][src]Type Definition ufix::Mantissa

type Mantissa<R, B> = <R as Radix<B>>::Type;

The mantissa type for given radix and number of digits

Alias of <R as Radix<B>>::Type.