getUsedVariables abstract method

Set<String> getUsedVariables()

Get mentioned variables that are required to evaluate the expression

Searches the math tree for any MathVariable instances and returns a set of their names.

Implementation

Set<String> getUsedVariables();