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

◆ pow() [6/12]

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

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

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

Definition at line 60 of file pow.hpp.