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