isnan
Overloads
| Name | Description |
|---|---|
isnan(integer p) -> bool | Checks if the given value is NaN (Not-a-Number). |
isnan(bool p) -> bool | Checks if the given value is NaN (Not-a-Number). |
isnan(real p) -> bool | Checks if the given value is NaN (Not-a-Number). |
isnan(integer p) -> bool
Checks if the given value is NaN (Not-a-Number).
Parameters
- p: The value to check for NaN.
isnan(bool p) -> bool
Checks if the given value is NaN (Not-a-Number).
Parameters
- p: The value to check for NaN.
isnan(real p) -> bool
Checks if the given value is NaN (Not-a-Number).
Parameters
- p: The value to check for NaN.