frexp


Description:

public double frexp (double x, out int exponent)

Split the number x into a normalized fraction and an exponent.

Note:

Remember to link the math library: valac -X -lm ...

Parameters:

x

A numeric value.

exponent

The output variable for the exponent.


Namespace: GLib.Math
Package: glib-2.0