diff options
-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. |