Here is a list of all topics with brief descriptions:
evaluate | Evaluate module Provides the interfaces for evaluating a string expression |
evaluate_kinds | Provides constants for defining standard integer, real and complex values |
evaluate_parameters | Parameters module |
evaluate_stacks | Stacks module It contains the valstack and opstack stacks to store the operand values and the operator values, respectively |
evaluate_string | String module |
evaluate_value | Generic interface for converting a string to a number. The interface works for integer values (single and double) and real values (single and double) |