present_value
Calculates the present value of a future amount.
Formula: FV / (1 + rate)^periods
Arguments
future_value- The future amountrate- Discount rate per periodperiods- Number of periods
Fully qualified path: cairo_fp::f128::math::interest::present_value
fn present_value(future_value: Fixed, rate: Fixed, periods: Fixed) -> Fixed