Package org.episteme.core.mathematics.symbolic.parsing
package org.episteme.core.mathematics.symbolic.parsing
-
ClassDescriptionExpression parser for mathematical text.Binary operation: +, -, *, /, ^Constant value.Base interface for parsed expressions.Function call: sin, cos, tan, exp, log, sqrt, absUnary negation.Variable reference.A lightweight mathematical expression parser and evaluator.