Returns the complementary error function of x0, that is 1.0 - erf(x0).
x0
1.0 - erf(x0)
Remember to link the math library: valac -X -lm ...
valac -X -lm ...
A numeric value.