Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 379 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 379 Bytes

Finmath

Finmath package contains routines in Go that can be used for financial calculations. The package contains the implementation for the standard engineering economics functions.

Compound Interest

Compound interest is calculated using CompoundInterest function. It can be used for calculating either compound amount (F/P, i, n) or present worth (P/F, i, n).