Calculate the value of a base raised to the power of an exponent.
double pow <double:base> <double:expon>
| Name | Type | Comment |
|---|---|---|
| base | double | The base value to be raised to the power of expon. |
| expon | double | The exponent. |
A double-precision value corresponding to base raised to the power of expon.
None.