GM: exp
From GMpedia.org Wiki
- The correct title of this article is exp(). It appears incorrectly here because of technical restrictions.
- The correct title of this article is exp. It appears incorrectly here because of technical restrictions.
Arguments
1: power
Limitations
none
Note: Please remove limitations and port them in the "Remarks" section at the end of the article.
The exp() function in Game Maker is a mathematical function that returns e to a power.
[edit] Examples
exp(0)
returns 1
exp(1)
returns e ≈ 2.718

