Algebraic Function Evaluation

O2scl

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

enum o2scl::tokType

Token list for o2scl::calculator.

Values:

enumerator NONE
enumerator OP
enumerator VAR
enumerator NUM