1 #ifndef STAN__MATH__FUNCTIONS__VALUE_OF_HPP
2 #define STAN__MATH__FUNCTIONS__VALUE_OF_HPP
25 return static_cast<double>(x);
double value_of(const T x)
Return the value of the specified scalar argument converted to a double value.
double value_of< double >(const double x)
Return the specified argument.