Return the first argument raised to the power of the second argument.
At least one of the arguments must be a complex number.
- Template Parameters
-
U | type of base |
V | type of exponent |
- Parameters
-
- Returns
- base raised to the power of the exponent
Definition at line 27 of file pow.hpp.