Algebraic Function Evaluation

O2scl

The cpp-expression-parser from Brandon Amos is used in O2scl to provide evaluation of functions specified as strings. The source code for this library is included in the O2scl distribution and automatically compiled and installed with O2scl . See calculator .

enum o2scl::tokType

Token list for o2scl::calculator.

Values:

enumerator NONE
enumerator OP
enumerator VAR
enumerator NUM