Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

continuous_compound

Calculates continuously compounded interest: principal × e^(rate × time)

The theoretical limit of compound interest as compounding frequency → ∞.

Fully qualified path: cairo_fp::f128::math::interest::continuous_compound

fn continuous_compound(principal: Fixed, rate: Fixed, time: Fixed) -> Fixed