Constant LN_1_OVER_TAU_1_PERCENT

Source
pub const LN_1_OVER_TAU_1_PERCENT: FixedU128;
Expand description

For τ = 1%: ln(1/τ) = ln(100) ≈ 4.605170185988092 Represent in FixedU128 by multiplying by 1e18 and rounding.