a ^ b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Command_Group:_Math]]





Revision as of 21:26, 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