exp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:


Exponential value of '''x'''.
Exponential value of '''x'''.


'''Example:'''
'''Example:'''

Revision as of 13:00, 23 April 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