significandf


Description:

public float significandf (float x)

Returns the mantissa of x scaled to the range [1,2].

Note:

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

This function exists mainly for use in certain standardized tests for IEEE 754 conformance.

Parameters:

x

A numeric value.


Namespace: GLib.Math
Package: glib-2.0