frexpf


Description:

public float frexpf (float 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.

exp

The output variable for the exponent.


Namespace: GLib.Math
Package: glib-2.0