erfc


Description:

public double erfc (double x0)

Returns the complementary error function of x0, that is 1.0 - erf(x0).

Note:

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

Parameters:

x0

A numeric value.


Namespace: GLib.Math
Package: glib-2.0