1 #ifndef STAN__MATH__FUNCTIONS__EXP2_HPP
2 #define STAN__MATH__FUNCTIONS__EXP2_HPP
4 #include <boost/math/tools/promotion.hpp>
22 inline typename boost::math::tools::promote_args<T>::type
fvar< T > pow(const fvar< T > &x1, const fvar< T > &x2)
boost::math::tools::promote_args< T >::type exp2(const T y)
Return the exponent base 2 of the specified argument (C99).