summaryrefslogtreecommitdiff
path: root/numpy/lib/financial.py
Commit message (Collapse)AuthorAgeFilesLines
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-27/+27
|
* Fix doc-tests for financial.py so they don't rely on floating-point ↵Travis Oliphant2008-04-081-2/+4
| | | | exactness. Start filling in final function.
* Improve comments.Travis Oliphant2008-04-081-1/+10
|
* Add docs and examples for financial functions.Travis Oliphant2008-04-081-34/+94
|
* Add modified internal rate of return calculation which is more conservative ↵Travis Oliphant2008-04-041-1/+26
| | | | and takes into account re-investing profits and expense of financing losses.
* Add fromregex function (needs more testing) and some simple spreadsheet-like ↵Travis Oliphant2008-04-041-0/+151
financial calculations.