scalbf


Description:

public float scalbf (float x, float n)

Multiplies x by 2 to the power n.

Note:

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

The GLib.Math.scalbf function multiplies x by 2 to the power n.

Parameters:

x

A numeric value.

n

A numeric value.


Namespace: GLib.Math
Package: glib-2.0