fabs


Description:

public double fabs (double x)

Returns the absolute value.

Note:

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

Parameters:

x

A numeric value.


Namespace: GLib.Math
Package: glib-2.0