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

◆ pow() [24/31]

std::complex< var > stan::math::pow ( const std::complex< var > &  x,
const var 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 309 of file pow.hpp.