xlsxfin

Crates.ioxlsxfin
lib.rsxlsxfin
version0.1.1
sourcesrc
created_at2020-12-28 01:49:35.786778
updated_at2023-02-28 02:28:05.308954
descriptionExcel Financial functions.
homepage
repository
max_upload_size
id328084
size29,599
Abe Tomoaki (abetomo)

documentation

README

xlsxfin.rs

Excel Financial functions.

Functions

docs.rs/xlsxfin

Example

extern crate xlsxfin;

fn main() {
    println!("{}", xlsxfin::pmt(0.08 / 12.0, 10, 1_000_000, 0, false));
}
Commit count: 0

cargo fmt