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

◆ pow() [29/31]

template<typename T , typename = require_arithmetic_t<T>>
std::complex< var > stan::math::pow ( const var x,
std::complex< T >  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 372 of file pow.hpp.