a ^ b: Difference between revisions
Categories:
No edit summary |
m (cond power moved to a ^ b) |
(No difference)
|
No edit summary |
m (cond power moved to a ^ b) |
(No difference)
|
back to COMREF
Operand types:
a: Number
b: Number
Type of returned value:
Description:
a raised to the power of b
Example:
5 ^ 2 ......... Result is 25