Extracts the exponent of x and returns it as a floating-point value.
Remember to link the math library: valac -X -lm ...
If x is de-normalized, GLib.Math.logb returns the exponent x as if it had been
normalized.
| x |
A numeric value. |