scalb


Description:

public double scalb (double x, double n)

Multiplies x by 2 to the power n.

Note:

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

Parameters:

x

A numeric value.

n

A numeric value.


Namespace: GLib.Math
Package: glib-2.0