1 unstable release
Uses old Rust 2015
0.0.1 | Dec 28, 2016 |
---|
#105 in #mathematics
600KB
196 lines
Contains (WOFF font, 120KB) docs/Heuristica-Italic.woff, (WOFF font, 90KB) docs/FiraSans-Medium.woff, (WOFF font, 92KB) docs/FiraSans-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Semibold.woff, (WOFF font, 49KB) docs/SourceSerifPro-Bold.woff and 1 more.
Finance Rust
finance-rust is a simple common finance mathematics in rust.Its cloning form http://financejs.org/. The create includes some finance mathematics theory & formula (eg: CAGR,CI,LR,PI,AM etc.).
Supported Functions
- Amortization(AM)
- Compound Annual Growth Rate (CAGR)
- Compound Interest(CI)
- Discount Factor (DF)
- Future Value (FV)
- Internal Rate of Return (IRR)
- Leverage Ratio (LR)
- Net Present Value (NPV)
- Payback Period (PP)
- Present Value (PV)
- Profitability Index (PI)
- Return on Investment (ROI)
- Rule of 72 (R72)
- Weighted Average Cost of Capital (WACC)
Documention
http://blog.pownm.com/finance-rust/finance/.
Todo
- [] More Functions
- [] Generic numbers support.
lib.rs
:
finance-rust is a simple common finance mathematics in rust. Its cloning form http://financejs.org/ . The create includes some finance mathematics theory & formula (eg: CAGR,CI,LR,PI,AM etc.).