1 #ifndef STAN__AGRAD__FWD__FUNCTIONS__POW_HPP
2 #define STAN__AGRAD__FWD__FUNCTIONS__POW_HPP
T square(const T x)
Return the square of the specified argument.
fvar< T > pow(const fvar< T > &x1, const fvar< T > &x2)
fvar< T > square(const fvar< T > &x)
fvar< T > inv(const fvar< T > &x)
fvar< T > inv_square(const fvar< T > &x)
fvar< T > sqrt(const fvar< T > &x)
var pow(const double base, const var &exponent)
Return the base scalar raised to the power of the exponent variable (cmath).
fvar< T > log(const fvar< T > &x)
fvar< T > inv_sqrt(const fvar< T > &x)