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

◆ pow() [26/31]

template<typename T , typename = require_arithmetic_t<T>>
std::complex< var > stan::math::pow ( std::complex< T >  x,
const std::complex< var > &  y 
)
inline

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

Template Parameters
Tarithmetic type
Parameters
xfirst argument
ysecond argument
Returns
first argument to the power of the second argument

Definition at line 335 of file pow.hpp.