pub fn perbill_annual_to_perbill_round(
    annual: Range<Perbill>,
    rounds_per_year: u32
) -> Range<Perbill>
Expand description

Convert an annual inflation to a round inflation round = (1+annual)^(1/rounds_per_year) - 1