math.exp

Raises e to a power

Prototype

v = math.exp (v)

Description

Compute e to the power v. Note that math.log is the inverse operation.

math.exp (1) --> 2.718281828459 (e itself in this case)

Lua functions

Topics