Returns the value of not-a-number (NaN) checking.
Remember to link the math library: valac -X -lm ...
Returns a non-zero value if value
is neither infinite nor a not-a-number (NaN) value, and 0 otherwise.
value |
A numeric value. |