exp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Note Section [A-Z]+ --> " to "")
m (Text replacement - "\| \[\[.+\]\] \<nowiki\>\=\<\/nowiki\> " to "| ")
Line 9: Line 9:
| Let '''x''' be a number, then '''exp (x)''' is equal to '''e to the power of x''' (or e^x)
| Let '''x''' be a number, then '''exp (x)''' is equal to '''e to the power of x''' (or e^x)


| [[Number]] <nowiki>=</nowiki> '''exp''' x
| '''exp''' x


|p1=  x: [[Number]]
|p1=  x: [[Number]]

Revision as of 17:34, 8 May 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Math

Syntax

Syntax:
Syntax needed
Parameters:
x: Number
Return Value:
Return value needed

Examples

Example 1:
_result = exp 1 returns 2.7182

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Unknown
Note that you cannot exponent a value greater than 88.72283554077147726999 (999 repeating), as this is beyond what the game can calculate.