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

◆ complex_pow()

template<typename U , typename V >
complex_return_t< U, V > stan::math::internal::complex_pow ( const U &  x,
const V &  y 
)
inline

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

At least one of the arguments must be a complex number.

Template Parameters
Utype of base
Vtype of exponent
Parameters
[in]xbase
[in]yexponent
Returns
base raised to the power of the exponent

Definition at line 26 of file pow.hpp.