BIS fnc pow: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - "\|seealso= ([^ ]+)(\]\]|\}\}), *(\[\[|\{\{)" to "|seealso= $1$2 $3") |
||
Line 20: | Line 20: | ||
|x1= <code>[2, 10] [[call]] [[BIS_fnc_pow]]; {{cc|returns 2^10 {{=}} 1024}}</code> | |x1= <code>[2, 10] [[call]] [[BIS_fnc_pow]]; {{cc|returns 2^10 {{=}} 1024}}</code> | ||
|seealso= [[Operators]] | |seealso= [[Operators]] [[:Category:Command Group: Math|Math Commands group]], [[a ^ b]] | ||
}} | }} |
Revision as of 12:53, 1 July 2022
Description
- Description:
- Return value1 raised to the power of value2. Identical to a ^ b.
- Execution:
- call
- Groups:
- Math
Syntax
- Syntax:
- [value1, value2] call BIS_fnc_pow
- Parameters:
- value1: Number
- value2: Number
- Return Value:
- Number - value1 raised to the power of value2
Examples
- Example 1:
[2, 10] call BIS_fnc_pow; // returns 2^10 = 1024
Additional Information
- See also:
- Operators Math Commands groupa ^ b
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