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

◆ pow() [11/31]

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

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

Template Parameters
Vautodiff value type
Tarithmetic type
Parameters
xfirst argument
ysecond argument
Returns
first argument to the power of the second argument

Definition at line 182 of file pow.hpp.