Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

exponential_growth

Calculates exponential growth: initial × (1 + rate)^periods.

Fully qualified path: cairo_fp::f64::math::interest::exponential_growth

fn exponential_growth(initial: Fixed, rate: Fixed, periods: Fixed) -> Fixed