Return the first argument raised to the power of the second argument.
- Template Parameters
-
| T1 | complex<Arithmetic> type |
| T2 | complex<Arithmetic> type |
- Parameters
-
| a | first argument |
| b | second argument |
- Returns
- the first argument raised to the power of the second argument.
Definition at line 44 of file pow.hpp.