diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2022-10-16 02:47:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-16 02:47:14 +0900 |
commit | 5d6b8b0d5658418919fbaef0e843655262291dbc (patch) | |
tree | fc3f95ee6238adb1e03082ce9a82d4593eafb6db /numpy/linalg/lapack_lite | |
parent | 6094eff95c19c433648593f3cb6bca489396f9ae (diff) | |
download | numpy-5d6b8b0d5658418919fbaef0e843655262291dbc.tar.gz |
MAINT: fix typo in f2c_lapack.c
inifinity -> infinity
Diffstat (limited to 'numpy/linalg/lapack_lite')
-rw-r--r-- | numpy/linalg/lapack_lite/f2c_lapack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/linalg/lapack_lite/f2c_lapack.c b/numpy/linalg/lapack_lite/f2c_lapack.c index 752261044..9a857d4e6 100644 --- a/numpy/linalg/lapack_lite/f2c_lapack.c +++ b/numpy/linalg/lapack_lite/f2c_lapack.c @@ -61,7 +61,7 @@ integer ieeeck_(integer *ispec, real *zero, real *one) ========= ISPEC (input) INTEGER - Specifies whether to test just for inifinity arithmetic + Specifies whether to test just for infinity arithmetic or whether to test for infinity and NaN arithmetic. = 0: Verify infinity arithmetic only. = 1: Verify infinity and NaN arithmetic. |