|   |   | 
| $math.isnan Checks if the value is not a number | 
| Usage | 
| <boolean> $math.isnan(<value:real>) | 
| Description | 
| Checks if the specified value is a valid number or NaN (Not a Number). NaN is returned by several math functions when the result would be undefined. |