Crates.io | xlsxfin |
lib.rs | xlsxfin |
version | 0.1.1 |
source | src |
created_at | 2020-12-28 01:49:35.786778 |
updated_at | 2023-02-28 02:28:05.308954 |
description | Excel Financial functions. |
homepage | |
repository | |
max_upload_size | |
id | 328084 |
size | 29,599 |
Excel Financial functions.
extern crate xlsxfin;
fn main() {
println!("{}", xlsxfin::pmt(0.08 / 12.0, 10, 1_000_000, 0, false));
}