math.pow

Raise a number to a power

Prototype

v = math.pow (v1, v2)

Description

v1 raised to the power v2.

math.pow (2, 8) --> 256

Lua functions

Topics