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

◆ pow() [31/31]

std::complex< var > stan::math::pow ( const std::complex< var > &  x,
int  y 
)
inline

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

Note: this overload is required because gcc still provides the C++99 template function pow(complex<T>, int), which introduces an ambiguity.

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

Definition at line 400 of file pow.hpp.