diff options
| author | Jonathan Deng <jonathan.j.deng@gmail.com> | 2022-03-03 20:31:14 -0500 |
|---|---|---|
| committer | Jonathan Deng <jonathan.j.deng@gmail.com> | 2022-03-03 20:31:14 -0500 |
| commit | 5d1d0d6e6c3a4ed10040a05613aadd0da745d01d (patch) | |
| tree | 450d60dbc1b542afd024306a41f1fb2b947cab2c | |
| parent | 823f31cce0964ca4e756dcfcf3f8a4b731e0893a (diff) | |
| download | numpy-5d1d0d6e6c3a4ed10040a05613aadd0da745d01d.tar.gz | |
DOC: Fix missing lib.scimath.sqrt function reference
| -rw-r--r-- | numpy/core/code_generators/ufunc_docstrings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/code_generators/ufunc_docstrings.py b/numpy/core/code_generators/ufunc_docstrings.py index ba3a3a188..24b707a12 100644 --- a/numpy/core/code_generators/ufunc_docstrings.py +++ b/numpy/core/code_generators/ufunc_docstrings.py @@ -3817,7 +3817,7 @@ add_newdoc('numpy.core.umath', 'sqrt', See Also -------- - lib.scimath.sqrt + emath.sqrt A version which returns complex numbers when given negative reals. Note: 0.0 and -0.0 are handled differently for complex inputs. |
