Multiplies it's first argument x by 2 to the power n.
Remember to link the math library: valac -X -lm ...
GLib.Math.scalbn is equivalent to GLib.Math.ldexp.
| x |
A numeric value. |
| n |
A numeric value. |