gamma


Description:

public double gamma (double x0)

Computes the natural logarithm of the Gamma function.

Note:

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

GLib.Math.gamma function is equivalent to GLib.Math.lgamma and computes the natural logarithm of the Gamma function.

Parameters:

x0

A numeric value.


Namespace: GLib.Math
Package: glib-2.0