diff options
Diffstat (limited to 'numpy/lib/scimath.py')
-rw-r--r-- | numpy/lib/scimath.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/lib/scimath.py b/numpy/lib/scimath.py index c33de5ccc..3f1303f7e 100644 --- a/numpy/lib/scimath.py +++ b/numpy/lib/scimath.py @@ -1,6 +1,7 @@ """ Wrapper functions to more user-friendly calling of certain math functions -whose output data-type is different than the input data-type in certain domains of the input. +whose output data-type is different than the input data-type in certain +domains of the input. """ __all__ = ['sqrt', 'log', 'log2', 'logn','log10', 'power', 'arccos', |