summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_financial.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix doc-tests for financial.py so they don't rely on floating-point ↵Travis Oliphant2008-04-081-19/+19
| | | | exactness. Start filling in final function.
* Add docs and examples for financial functions.Travis Oliphant2008-04-081-1/+1
|
* Add modified internal rate of return calculation which is more conservative ↵Travis Oliphant2008-04-041-0/+5
| | | | 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/+34
financial calculations.