log2f


Description:

public float log2f (float x)

Returns the base 2 logarithm of x.

Note:

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

Parameters:

x

A numeric value.


Namespace: GLib.Math
Package: glib-2.0