Returns the exponent part of their argument as a signed integer.
Remember to link the math library: valac -X -lm ...
When no error occurs, the function is equivalent to the corresponding logb function, cast to int.
An error will occur for zero and infinity and NaN, and possibly for overflow.
x |
A numeric value. |