^ (Math)
Raises the first of the given values to the power of the second.
Arguments
base
is a real number.exponent
must be of the same type as base
.
Return values
power
as a real number.
Example
Output:
1.414214
Raises the first of the given values to the power of the second.