a ^ b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (cond power moved to a ^ b)
m (Some wiki formatting)
 
(55 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{RV|type=command


back to [[Scripting_Reference#.23|COMREF]]
|sortKey= #


<h2 style="color:#000066">''' ''a'' ^ ''b'' '''</h2>
|game1= ofp
|version1= 1.00


|game2= ofpe
|version2= 1.00


'''Operand types:'''
|game3= arma1
|version3= 1.00


'''a:''' [[Number]]
|game4= arma2
|version4= 1.00


'''b:''' [[Number]]
|game5= arma2oa
|version5= 1.50


'''Type of returned value:'''
|game6= tkoh
|version6= 1.00


[[Number]]
|game7= arma3
|version7= 0.50


'''Description:'''
|gr1= Math


a '''raised to the power of''' b
|descr= ''a'' raised to the power of ''b''


|s1= a [[a ^ b|^]] b


'''Example:'''
|p1= a: [[Number]]


5 '''^''' 2 ......... Result is 25
|p2= b: [[Number]]
 
|r1= [[Number]]
 
|x1= <sqf>5 ^ 2 // 5², result is 25</sqf>
 
|seealso= [[Math Commands]] [[Operators]]
}}

Latest revision as of 17:37, 13 May 2022

Hover & click on the images for description

Description

Description:
a raised to the power of b
Groups:
Math

Syntax

Syntax:
a ^ b
Parameters:
a: Number
b: Number
Return Value:
Number

Examples

Example 1:
5 ^ 2 // 5², result is 25

Additional Information

See also:
Math Commands Operators

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