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

◆ pow() [8/12]

template<typename T1 , typename T2 , require_all_arithmetic_t< T1, 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
T1Arithmetic type
T2Arithmetic type
Parameters
afirst argument
bsecond argument
Returns
the first argument raised to the power of the second argument.

Definition at line 92 of file pow.hpp.