fdimf


Description:

public float fdimf (float x, float y)

Returns max(x - y, 0).

Note:

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

If x or y or both are float.NAN, float.NAN is returned.

Parameters:

x

A numeric value.

y

A numeric value.


Namespace: GLib.Math
Package: glib-2.0