Function operator^ from numeric
Brief description
operator^(value:int,power:int):int
Powers an integer to an integer power More ...
Function information
Name: | operator^ |
Base: | |
Group: | Built-in plugins:Integers |
Icon: | math.png |
Color: | black |
Authors: | Aless Lasaruk |
Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Powers an integer to an integer power.
Input parameters
-
value:
int
- Argument
-
power:
int
- Power
Return values
-
Default return value:
int
- New integer