1 #ifndef STAN_LANG_AST_NODE_DOUBLE_LITERAL_HPP 2 #define STAN_LANG_AST_NODE_DOUBLE_LITERAL_HPP
Node for holding a double literal.
Probability, optimization and sampling library.
Structure of the type of an expression, which consists of a base type and a number of dimensions...
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.