Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

present_value

Calculates present value from future value.

Formula: FV / (1 + rate)^periods

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

fn present_value(future_value: Fixed, rate: Fixed, periods: Fixed) -> Fixed