fabsf


Description:

public float fabsf (float x)

Returns the absolute value.

Note:

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

The GLib.Math.fabsf function returns the absolute value of the floating-point number x.

Parameters:

x

A numeric value.


Namespace: GLib.Math
Package: glib-2.0