Returns the base to the exponent power, as in base^exponent
ID
math-operators-power
Name
Power
Group
Operators
Package
Math
Keywords
Square Root
Division
Subtraction
Multiplication
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
a | Number | The item to be raised | |
b | Number | The exponent |
Outputs
Name | Type | Description |
---|---|---|
x | Number | A number representing the given base taken to the power of the given exponent |