Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ pow() [7/12]

template<typename T1 , typename T2 , require_all_arithmetic_t< T1, T2 > * = nullptr>
auto stan::math::pow ( const std::complex< T1 > &  a,
const T2 &  b 
)
inline

Return the first argument raised to the power of the second argument.

Template Parameters
T1complex<Arithmetic> type
T2Arithmetic type
Parameters
afirst argument
bsecond argument
Returns
the first argument raised to the power of the second argument.

Definition at line 76 of file pow.hpp.