LnDecimals

Type Alias LnDecimals 

Source
pub type LnDecimals = ConstDecimals<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>>;
Expand description

Alias of the const decimal type that we use to compute the logarithm.

We always compute it with 9 decimals.

Aliased Typeยง

pub struct LnDecimals { /* private fields */ }