Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -27/+27 |
| | |||||
* | Fix doc-tests for financial.py so they don't rely on floating-point ↵ | Travis Oliphant | 2008-04-08 | 1 | -2/+4 |
| | | | | exactness. Start filling in final function. | ||||
* | Improve comments. | Travis Oliphant | 2008-04-08 | 1 | -1/+10 |
| | |||||
* | Add docs and examples for financial functions. | Travis Oliphant | 2008-04-08 | 1 | -34/+94 |
| | |||||
* | Add modified internal rate of return calculation which is more conservative ↵ | Travis Oliphant | 2008-04-04 | 1 | -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 Oliphant | 2008-04-04 | 1 | -0/+151 |
financial calculations. |