exp


Description:

public double exp (double x)

Returns the value of the base of natural logarithms raised to the power of x.

Note:

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

Parameters:

x

A numeric value


Namespace: GLib.Math
Package: glib-2.0