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

◆ pow() [4/31]

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

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

Parameters
xfirst argument
ysecond argument
Returns
first argument to the power of the second argument

Definition at line 81 of file pow.hpp.