1 #ifndef STAN_LANG_AST_NODE_DOUBLE_LITERAL_DEF_HPP 2 #define STAN_LANG_AST_NODE_DOUBLE_LITERAL_DEF_HPP Node for holding a double literal.
Probability, optimization and sampling library.
const int DOUBLE_T
Real scalar type.
double_literal()
Default constructor for double literal.
double val_
Value of literal.
expr_type type_
Expression type.
double_literal & operator=(const double_literal &dl)
Assign a double literal to this literal and return it.