diff options
author | Rohit Goswami <rog32@hi.is> | 2022-10-16 04:45:49 +0200 |
---|---|---|
committer | Rohit Goswami <rog32@hi.is> | 2022-10-16 04:45:49 +0200 |
commit | fdd43155e21814144473ca77c4c660cca6df7db4 (patch) | |
tree | 38195cc7f7e0120f2ca5de5e06aadc8e82e400e3 /numpy/linalg/lapack_lite | |
parent | 0075d59ce1991814f0589a6c9450d9e41306da1e (diff) | |
download | numpy-fdd43155e21814144473ca77c4c660cca6df7db4.tar.gz |
Revert "MAINT: fix typo in f2c_lapack.c"
This reverts commit 5d6b8b0d5658418919fbaef0e843655262291dbc.
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 9a857d4e6..752261044 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 infinity arithmetic + Specifies whether to test just for inifinity arithmetic or whether to test for infinity and NaN arithmetic. = 0: Verify infinity arithmetic only. = 1: Verify infinity and NaN arithmetic. |