mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-29 10:43:57 +00:00
promote math.isNaN (#16734)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user