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

◆ pow() [6/31]

template<typename V >
std::complex< fvar< V > > stan::math::pow ( const std::complex< fvar< V > > &  x,
const fvar< V > &  y 
)
inline

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

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

Definition at line 110 of file pow.hpp.