Description
Outputs the result of the exponentiation operation of the input base raised to the input power.
An exponentiation operation is the inverse of a logarithm operation.
Ports
Inputs
|
The power to raise the base value to.
|
|
The base value to raise.
|
Outputs
|
The result of the exponentiation operation.
|
|
Returns false if the result of the exponentiation operation is undefined for the input values; otherwise, returns true.
|