promote math.isNaN (#16734)

This commit is contained in:
flywind
2021-01-16 00:19:17 -06:00
committed by GitHub
parent 78a99587a4
commit 5ed6a94d8f

View File

@@ -1499,7 +1499,7 @@ const
## Contains an IEEE floating point value of *Not A Number*.
##
## Note that you cannot compare a floating point value to this value
## and expect a reasonable result - use the `classify` procedure
## and expect a reasonable result - use the `isNaN` or `classify` procedure
## in the `math module <math.html>`_ for checking for NaN.