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

◆ pow() [16/31]

template<typename T1 , typename T2 , require_all_t< disjunction< is_complex< T1 >, std::is_arithmetic< T1 > >, disjunction< is_complex< T2 >, std::is_arithmetic< T2 > > > * = nullptr>
auto stan::math::pow ( const T1 &  a,
const T2 &  b 
)
inline

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

Template Parameters
T1type of first argument
T2type of second argument
Parameters
afirst argument
bsecond argument
Returns
the first argument raised to the power of the second argument.

Definition at line 46 of file pow.hpp.