a ^ b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|#]]
[[Category:Scripting Commands OFP 1.96|#]]
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Command_Group:_Math]]
<h2 style="color:#000066">''' ''a'' ^ ''b'' '''</h2>
<h2 style="color:#000066">''' ''a'' ^ ''b'' '''</h2>


Line 27: Line 20:


5 '''^''' 2 ......... Result is 25
5 '''^''' 2 ......... Result is 25
[[Category:Scripting Commands|#]]
[[Category:Scripting Commands OFP 1.96|#]]
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Command_Group:_Math|#]]

Revision as of 22:16, 9 August 2006

a ^ b


Operand types:

a: Number

b: Number

Type of returned value:

Number

Description:

a raised to the power of b


Example:

5 ^ 2 ......... Result is 25