Progetto H — API Reference API & Scripting Documentation
Static function Shared Native

math.exp

Returns e (the base of natural logarithms) raised to the power <code>exponent</code>

Syntax

Lua
math.exp(exponent)

Parameters

Name Type Default Description
exponent number The exponent for the function.

Returns

  • number