Returns the value of infinity checking.
Remember to link the math library: valac -X -lm ...
Returns 1 if value is positive infinity, and -1 if value is negative infinity. Otherwise
double.is_infinity returns 0.
| value |
A numeric value. |