diff options
author | Travis Oliphant <oliphant@enthought.com> | 2008-04-08 04:56:12 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2008-04-08 04:56:12 +0000 |
commit | 7d51a22a398230cf095eee397aea1a8ffd73c10a (patch) | |
tree | a34604272bccedb89e8f1df8e30c3836156b2f4f /numpy/lib/tests/test_financial.py | |
parent | 04fdbe54df00293b259458e31fa8d66a6c42c188 (diff) | |
download | numpy-7d51a22a398230cf095eee397aea1a8ffd73c10a.tar.gz |
Add docs and examples for financial functions.
Diffstat (limited to 'numpy/lib/tests/test_financial.py')
-rw-r--r-- | numpy/lib/tests/test_financial.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_financial.py b/numpy/lib/tests/test_financial.py index 4f7bb32e2..c3153ffb9 100644 --- a/numpy/lib/tests/test_financial.py +++ b/numpy/lib/tests/test_financial.py @@ -1,5 +1,5 @@ """ -from numpy.lib.financial import * +from numpy import * >>> rate(10,0,-3500,10000) 0.11069085371426901 |