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|EXP]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|EXP]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|EXP]]
 
[[Category:Scripting Commands ArmA|EXP]]
| ofp |= Game name
 
|1.00|= Game version


|arg= local |= Arguments in MP
____________________________________________________________________________________________


<h2 style="color:#000066">'''exp ''x'''''</h2>
| Returns ex. |= Description
____________________________________________________________________________________________


| '''exp''' x |= Syntax


'''Operand types:'''
|p1= x: [[Number]] |= Parameter 1


'''x:''' [[Number]]
| [[Number]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>exp 1</pre>


'''Type of returned value:'''
returns 2.7182 |= Example 1
____________________________________________________________________________________________


[[Number]]
|  |= See also


'''Description:'''
}}


Exponential value of '''x'''.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>


_value = '''exp''' 1 ...... Result is 2.7182
[[Category:Scripting Commands|EXP]]
[[Category:Scripting Commands OFP 1.96|EXP]]
[[Category:Scripting Commands OFP 1.46|EXP]]
[[Category:Scripting Commands ArmA|EXP]]

Revision as of 11:12, 2 August 2006

Hover & click on the images for description

Description

Description:
Returns ex.
Groups:
Uncategorised

Syntax

Syntax:
exp x
Parameters:
x: Number
Return Value:
Number

Examples

Example 1:
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

Notes

Bottom Section