Package org.mariuszgromada.math.mxparser
package org.mariuszgromada.math.mxparser
-
ClassDescriptionArgument class enables to declare the argument (variable) which can be used in further processing (in expressions, functions and dependent / recursive arguments).ArgumentExtension provides interface for argument algorithm definition.Constant class provides ability to declare constants.Expression - base class for real expressions definition.Function class provides possibility to define user functions.FunctionExtension provides interface for function algorithm definition.FunctionExtensionVariadic similarly to FunctionExtension provides interface for function algorithm definition.mXparser class provides usefull methods when parsing, calculating or parameters transforming.Class used for connecting all basic elements such as: Argument, Constant, Function.RecursiveArgument class enables to declare the argument (variable) which is defined in a recursive way.Tutorial class.