exp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|E]]
[[Category:Scripting Commands|EXP]]
[[Category:Scripting Commands OFP 1.97|E]]
[[Category:Scripting Commands OFP 1.97|EXP]]
[[Category:Scripting Commands OFP 1.46|E]]
[[Category:Scripting Commands OFP 1.46|EXP]]
[[Category:Scripting Commands ArmA|E]]
[[Category:Scripting Commands ArmA|EXP]]





Revision as of 13:40, 4 May 2006


exp x


Operand types:

x: Number

Type of returned value:

Number

Description:

Exponential value of x.


Example:

_value = exp 1 ...... Result is 2.7182