1 #ifndef STAN_MATH_PRIM_SCAL_FUN_VALUE_OF_REC_HPP
2 #define STAN_MATH_PRIM_SCAL_FUN_VALUE_OF_REC_HPP
25 return static_cast<double>(x);
double value_of_rec(const fvar< T > &v)
Return the value of the specified variable.
double value_of_rec< double >(const double x)
Return the specified argument.