rfinancial-0.1.0 is not a library.
Visit the last successful build:
rfinancial-0.1.11
rfinancial
A financial crate mimicking numpy_financial in Python.
Module
- 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 principle
- pv - present value
- 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 rfinancial;
let fv = from_tuple;
println!;