diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/linalg/linalg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/linalg/linalg.py b/numpy/linalg/linalg.py index 8bc1b14d3..e9a68aea2 100644 --- a/numpy/linalg/linalg.py +++ b/numpy/linalg/linalg.py @@ -1835,7 +1835,7 @@ def det(a): See Also -------- - slogdet : Another way to representing the determinant, more suitable + slogdet : Another way to represent the determinant, more suitable for large matrices where underflow/overflow may occur. Notes |