exp2f


Description:

public float exp2f (float x)

Returns the value of 2 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