Uses of Interface
com.github.gbenroscience.parser.turbo.FastExpression
Packages that use FastExpression
-
Uses of FastExpression in com.github.gbenroscience.parser.turbo
Methods in com.github.gbenroscience.parser.turbo that return FastExpressionModifier and TypeMethodDescriptionstatic FastExpressionTurboCompiler.compile(MathExpression.Token[] postfix, MathExpression.VariableRegistry registry) Compile a postfix token array to a FastExpression.