From 7d51a22a398230cf095eee397aea1a8ffd73c10a Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Tue, 8 Apr 2008 04:56:12 +0000 Subject: Add docs and examples for financial functions. --- numpy/lib/tests/test_financial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/tests') 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 -- cgit v1.2.1