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

◆ pow() [12/31]

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

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

Template Parameters
Vautodiff value type
Treal type (fvar<V> or arithmetic)
Parameters
xfirst argument
ysecond argument
Returns
first argument to the power of the second argument

Definition at line 196 of file pow.hpp.