Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.04 KB

NPFinancial.jl

Build Status codecov.io Stable Dev

NPFinancial.jl is a port of the NumPy's financial module.

Documentation of NPFinancial can be found at https://tk3369.github.io/NPFinancial.jl/latest/index.html

Installation

] add https://github.com/tk3369/NPFinancial.jl

Notes

This library does not implement any array broadcasting feature as in NumPy's implementation. Instead, Julia has its own broadcasting feature so users of this library are encouraged to do it the right way.