log1pf


Description:

public float log1pf (float x)

Returns a value equivalent to log(1 + x).

Note:

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

It is computed in a way that is accurate even if the value of x is near zero.

Parameters:

x

A numeric value.


Namespace: GLib.Math
Package: glib-2.0