rfinancial-0.1.5 has been yanked.
rfinancial
A financial crate mimicking numpy_financial in Python.
Module
Initial Working Version
- fv - future value
- pmt - payment against loan principal plus interest
- nper - number of periodic payments
- ipmt - interest portion of a payment
- ppmt - payment against loan principal
- pv - present value
To Be Added
- rate - rate of interest per period
- irr - internal rate of return
- npv - net present value of a cash flow series
- mirr - modified internal rate of return
Example
use *;
let fv = from_tuple;
println!;