Package org.mariuszgromada.math.mxparser

Buy me a cup of coffee via donation

Did you find the software useful? Please consider donation

or support me purchasing the license via ORDER Page , or INFIMA online store


INFIMA online store

package org.mariuszgromada.math.mxparser
  • Class
    Description
    Argument 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.
    Calculation is a multistep process and this class provides a container to store a single calculation step.
    Calculation step type. 1.
    Calculation is a multistep process and this class provides a register to store all the steps, also done in a recursive way.
    Constant class provides ability to declare constants.
    Expression - base class for real expression 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.
    A class that provides commercial and non-commercial use mode registration.
    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.
    A utility class for simplified serialization and deserialization of parser objects (and not only).
    A class containing definitions of text strings that are with respect to the user's language.
    A class containing definition of user (interface) language.
    A class containing all string utils.
    Tutorial class.