DEBSOURCES
Skip Quicknav
sources / bisonc%2B%2B / 6.09.02-1 / documentation / regression / fun / parser / _mathconst.cc
1234567891011
#include "parser.ih" RuleValue Parser::mathConst() { string c = d_scanner.matched(); return RuleValue( c == "E" ? M_E : M_PI ); }