A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

abs(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Absolute value.
ABS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ABS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ABS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ABS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ABS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
acos(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus cosine - inverse trigonometric cosine function
ACOS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACOS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACOS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACOS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACOS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
acosec(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus cosecant - inverse trigonometric cosecant function
ACOSECH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACOSECH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACOSH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACOSH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACOT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACOT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACOTH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACOTH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Acre
ACRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ACRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ACRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ACRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ACRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ACSCH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACSCH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
actan(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus cotangent - inverse trigonometric cotangent function
ACTAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACTAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACTAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACTAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACTAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACTANH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACTANH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACTG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACTG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACTGH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ACTGH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
addArguments(Argument...) - Method in class org.mariuszgromada.math.mxparser.Argument
Adds arguments (variadic) to the argument expression definition.
addArguments(Argument...) - Method in class org.mariuszgromada.math.mxparser.Expression
Adds arguments (variadic) to the expression definition.
addArguments(Argument...) - Method in class org.mariuszgromada.math.mxparser.Function
Adds arguments (variadic) to the function expression definition.
addBaseCase(int, double) - Method in class org.mariuszgromada.math.mxparser.RecursiveArgument
Adds base case
addConstants(List<Constant>) - Method in class org.mariuszgromada.math.mxparser.Argument
Adds constants to the argument expression definition.
addConstants(List<Constant>) - Method in class org.mariuszgromada.math.mxparser.Expression
Adds constants to the expression definition.
addConstants(List<Constant>) - Method in class org.mariuszgromada.math.mxparser.Function
Adds constants to the function expression definition.
addConstants(Constant...) - Method in class org.mariuszgromada.math.mxparser.Argument
Adds constants (variadic parameters) to the argument expression definition.
addConstants(Constant...) - Method in class org.mariuszgromada.math.mxparser.Expression
Adds constants (variadic parameters) to the expression definition.
addConstants(Constant...) - Method in class org.mariuszgromada.math.mxparser.Function
Adds constants (variadic parameters) to the function expression definition.
addDefinitions(PrimitiveElement...) - Method in class org.mariuszgromada.math.mxparser.Argument
Adds user defined elements (such as: Arguments, Constants, Functions) to the argument expressions.
addDefinitions(PrimitiveElement...) - Method in class org.mariuszgromada.math.mxparser.Expression
Adds user defined elements (such as: Arguments, Constants, Functions) to the expressions.
addDefinitions(PrimitiveElement...) - Method in class org.mariuszgromada.math.mxparser.Function
Adds user defined elements (such as: Arguments, Constants, Functions) to the function expressions.
addFunctions(Function...) - Method in class org.mariuszgromada.math.mxparser.Argument
Adds functions (variadic parameters) to the argument expression definition.
addFunctions(Function...) - Method in class org.mariuszgromada.math.mxparser.Expression
Adds functions (variadic parameters) to the expression definition.
addFunctions(Function...) - Method in class org.mariuszgromada.math.mxparser.Function
Adds functions (variadic parameters) to the function expression definition.
ALL_HELP_CONTENT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "All help content."
ALLADI_GRINSTEAD - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Alladi-Grinstead constant
ALLADI_GRINSTEAD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ALLADI_GRINSTEAD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ALLADI_GRINSTEAD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ALLADI_GRINSTEAD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ALLADI_GRINSTEAD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
almostEqual(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Check whether two double values are almost equal.
ALREADY_CHECKED_NO_ERRORS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The syntax has already been checked - no errors detected."
AMPERE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Ampere
and(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean AND
AND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
AND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
AND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
AND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
AND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
AND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
AND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
AND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
AND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
AND_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
AND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
AND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
AND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
AND_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
AND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
AND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
AND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
AND_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
AND_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
AND truth table
AND1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
AND1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
AND2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
AND2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
andVariadic(double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean AND variadic
ANY_NUMBER_LITERAL_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
APERY - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Apery's constant
APERY_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
APERY_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
APERY_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
APERY_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
APERY_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ARCCOS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCOS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCOSECH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCOSECH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCOSH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCOSH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCOT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCOT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCOTH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCOTH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCSC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCSC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCSC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCSC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCSC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCSCH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCSCH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCTAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCTAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCTANH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCTANH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCTG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCTG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCTGH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCCTGH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOSECH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOSECH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
arcosh(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus hyperbolic cosine - inverse hyperbolic cosine function.
ARCOSH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOSH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOSH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOSH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOSH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
arcoth(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus hyperbolic tangent - inverse hyperbolic tangent function.
ARCOTH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOTH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOTH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOTH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCOTH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
arcsch(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus hyperbolic cosecant - inverse hyperbolic cosecant function.
ARCSCH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSCH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSCH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSCH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSCH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSEC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSEC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSEC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSEC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSEC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSECH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSECH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSINH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCSINH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCTAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCTAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCTANH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCTANH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCTG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCTG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCTGH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARCTGH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Are
ARE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ARE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ARE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ARE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ARE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
argmax(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Arg-Max function.
ARGMAX_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
ARGMAX_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
ARGMAX_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
ARGMAX_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
ARGMAX_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
argmin(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Arg-Min function.
ARGMIN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
ARGMIN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
ARGMIN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
ARGMIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
ARGMIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
Argument - Class in org.mariuszgromada.math.mxparser
Argument class enables to declare the argument (variable) which can be used in further processing (in expressions, functions and dependent / recursive arguments).
Argument - org.mariuszgromada.math.mxparser.CalcStepRecord.StepType
 
Argument(String, boolean, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.Argument
Default constructor - creates argument based on the argument definition string.
Argument(String, double) - Constructor for class org.mariuszgromada.math.mxparser.Argument
Constructor - creates free argument.
Argument(String, String, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.Argument
Constructor - creates dependent argument(with hidden argument expression).
Argument(String, ArgumentExtension) - Constructor for class org.mariuszgromada.math.mxparser.Argument
Constructor for argument definition based on your own source code - this is via implementation of ArgumentExtension interface.
Argument(String, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.Argument
Default constructor - creates argument based on the argument definition string.
ARGUMENT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Argument"
ARGUMENT_INITIAL_VALUE - Static variable in class org.mariuszgromada.math.mxparser.Argument
Double.NaN as initial value of the argument.
ARGUMENT_WAS_EXPECTED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "User-defined argument was expected."
ARGUMENT_WAS_EXPECTED_IN_A_DERIVATIVE_OPERATOR_INVOCATION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "An argument was expected in a derivative operator invocation."
ARGUMENT_WITH_EXTENDED_BODY_NO_ERRORS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "User-defined argument with extended body - no errors by assumption."
ArgumentExtension - Interface in org.mariuszgromada.math.mxparser
ArgumentExtension provides interface for argument algorithm definition.
argumentNameStart - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
If a root of the calculation tree is an argument then argument name is provided here
arrayList2double(List<Double>) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Converts List of double to double[]
arsech(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus hyperbolic secant - inverse hyperbolic secant function.
ARSECH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARSECH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARSECH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARSECH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARSECH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARSIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARSIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
arsinh(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus hyperbolic sine - inverse hyperbolic sine function.
ARSINH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARSINH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARSINH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARSINH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARSINH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
artanh(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus hyperbolic tangent - inverse hyperbolic tangent function.
ARTANH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARTANH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ARTANH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
asec(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus secant - inverse trigonometric secant function
ASECH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ASECH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
asin(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus sine - inverse trigonometric sine function
ASIN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ASIN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ASIN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ASIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ASIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ASINH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ASINH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ASTRONOMICAL_CONSTANT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Astronomical constant"
ASTRONOMICAL_UNIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Astronomical unit
ASTRONOMICAL_UNIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ASTRONOMICAL_UNIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ASTRONOMICAL_UNIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ASTRONOMICAL_UNIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ASTRONOMICAL_UNIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
AstronomicalConstants - Class in org.mariuszgromada.math.mxparser.mathcollection
AstronomicalConstants - class representing the most important astronomical constants.
AstronomicalConstants() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
 
AT_INDEX - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "at index"
AT_LEAST_ONE_ARGUMENT_WAS_EXPECTED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "At least one argument was expected."
atan(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Arcus tangent - inverse trigonometric tangent function
ATAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ATAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ATAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ATAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ATAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ATANH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ATANH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ATG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ATG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ATGH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ATGH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ATTO - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Atto
ATTO_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ATTO_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ATTO_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ATTO_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ATTO_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
avg(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Statistics
Sample average.
avg(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Statistics
Average from sample function values - iterative operator.
AVG_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
AVG_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
AVG_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
AVG_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
AVG_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
AVG_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
AVG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
AVG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
AVG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
AVG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 

B

BACKHOUSE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Backhouse's constant
BACKHOUSE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BACKHOUSE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BACKHOUSE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BACKHOUSE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BACKHOUSE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BACKW_DIFF_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
BACKW_DIFF_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
BACKW_DIFF_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
BACKW_DIFF_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
BACKW_DIFF_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
BACKW_DIFF_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
BACKW_DIFF_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
BACKW_DIFF_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
backwardDifference(Expression, double, Argument) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Backward difference(h) operator (at the current value of the argument x)
backwardDifference(Expression, double, Argument, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Backward difference(h) operator (at x = x0)
backwardDifference(Expression, Argument) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Backward difference(1) operator (at current value of argument x)
backwardDifference(Expression, Argument, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Backward difference(1) operator (at x = x0).
BASE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
BASE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
BASE_OTHER_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
BASE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
BASE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
BASE1_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE10_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE11_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE12_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE13_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE14_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE15_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE16_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE17_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE18_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE19_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE2_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE20_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE21_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE22_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE23_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE24_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE25_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE26_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE27_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE28_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE29_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE3_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE30_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE31_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE32_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE33_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE34_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE35_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE36_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE4_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE5_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE6_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE7_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE8_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE9_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BELL_NUMBER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
BELL_NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
BELL_NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
BELL_NUMBER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
BELL_NUMBER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
bellNumber(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Bell number
bellNumber(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Bell Numbers
BERNOULLI_NUMBER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BERNOULLI_NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BERNOULLI_NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BERNOULLI_NUMBER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BERNOULLI_NUMBER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
bernoulliNumber(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Bernoulli numbers
bernoulliNumber(int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Bernoulli numbers
BERNSTEIN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Bernstein's constant
BERNSTEIN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BERNSTEIN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BERNSTEIN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BERNSTEIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BERNSTEIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
beta(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Beta special function
BETA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BETA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BETA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BETA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BETA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BINARY_FUNCTION_EXPECTS_2_PARAMETERS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "A binary function expects 2 parameters."
BINARY_RELATION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Binary relation"
BINARY_RELATION_EQ - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Equality"
BINARY_RELATION_GEQ - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Greater or equal"
BINARY_RELATION_GT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Greater than"
BINARY_RELATION_LEQ - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Lower or equal"
BINARY_RELATION_LT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Lower than"
BINARY_RELATION_NEQ - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inequation"
BINARY_SERIALIZATION_DISABLED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Binary serialization is disabled.
BINARY_SERIALIZATION_ENABLED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Binary serialization is enabled.
BinaryRelation - Class in org.mariuszgromada.math.mxparser.parsertokens
Binary Relations - mXparser tokens definition.
BinaryRelation() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
BinaryRelations - Class in org.mariuszgromada.math.mxparser.mathcollection
BinaryRelations - class for dealing with binary relations on integers or doubles.
BinaryRelations() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
 
BINOM_COEFF_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BINOM_COEFF_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BINOM_COEFF_NCK_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BINOM_COEFF_NCK_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BINOM_COEFF_NCK_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BINOM_COEFF_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BINOM_COEFF_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
BINOM_COEFF_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
binomCoeff(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Generalized binomial coefficient
binomCoeff(double, long) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Generalized binomial coefficient
BIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Bit
BIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
BIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
BIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
BIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
BIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
BITWISE_OPERATOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise operator"
BITWISE_OPERATOR_AND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise and"
BITWISE_OPERATOR_COMPL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise unary complement"
BITWISE_OPERATOR_LEFT_SHIFT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Signed left shift"
BITWISE_OPERATOR_OR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise inclusive or"
BITWISE_OPERATOR_RIGHT_SHIFT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Signed right shift"
BITWISE_OPERATOR_XOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise exclusive or"
BitwiseOperator - Class in org.mariuszgromada.math.mxparser.parsertokens
Bitwise Operators - mXparser tokens definition.
BitwiseOperator() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
BLANK_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BLANK_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BLANK_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BLANK_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BLANK_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BODY_EXTENDED - Static variable in class org.mariuszgromada.math.mxparser.Argument
Argument with body based on the extended code.
BODY_EXTENDED - Static variable in class org.mariuszgromada.math.mxparser.Function
Function with body based on the extended code.
BODY_RUNTIME - Static variable in class org.mariuszgromada.math.mxparser.Argument
Argument with body based on the value or expression string.
BODY_RUNTIME - Static variable in class org.mariuszgromada.math.mxparser.Function
Function with body based on the expression string.
BOLTZMANN_CONSTANT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Boltzmann constant
BOOLEAN_OPERATOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Boolean operator"
BOOLEAN_OPERATOR_AND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Logical conjunction"
BOOLEAN_OPERATOR_CIMP - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Converse implication"
BOOLEAN_OPERATOR_CNIMP - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Converse nonimplication"
BOOLEAN_OPERATOR_EQV - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Logical biconditional"
BOOLEAN_OPERATOR_IMP - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Implication"
BOOLEAN_OPERATOR_NAND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Sheffer stroke"
BOOLEAN_OPERATOR_NEG - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Negation"
BOOLEAN_OPERATOR_NIMP - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Material nonimplication"
BOOLEAN_OPERATOR_NOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Logical not or (joint denial)"
BOOLEAN_OPERATOR_OR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Logical disjunction"
BOOLEAN_OPERATOR_XOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Exclusive or"
BooleanAlgebra - Class in org.mariuszgromada.math.mxparser.mathcollection
BooleanAlgebra - class for boolean operators.
BooleanAlgebra() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
 
BooleanOperator - Class in org.mariuszgromada.math.mxparser.parsertokens
Boolean Operators - mXparser tokens definition.
BooleanOperator() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
BRAUN_PRIME_QUADR - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Brun's constant for prime quadruplets
BRAUN_PRIME_QUADR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRAUN_PRIME_QUADR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRAUN_PRIME_QUADR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRAUN_PRIME_QUADR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRAUN_PRIME_QUADR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRAUN_TWIN_PRIME - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Brun's constant for twin primes
BRAUN_TWIN_PRIME_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRAUN_TWIN_PRIME_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRAUN_TWIN_PRIME_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRAUN_TWIN_PRIME_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRAUN_TWIN_PRIME_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRUIJN_NEWMAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
de Bruijn-Newman constant
BRUIJN_NEWMAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRUIJN_NEWMAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRUIJN_NEWMAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRUIJN_NEWMAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BRUIJN_NEWMAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
BUIT_FOR - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Framework used to compile mXparser
BYTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Byte
BYTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
BYTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
BYTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
BYTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
BYTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 

C

CACHE_EMPTY - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Empty cache status
CACHING_FINISHED - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Cache ready to use
CAHEN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Cahen's constant
CAHEN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
CAHEN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
CAHEN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
CAHEN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
CAHEN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
CALC_STEPS_REGISTER_FOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "CalcStepsRegister for"
CALC_STEPS_REGISTER_IS_EMPTY - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "CalcStepsRegister is empty"
CalcStepRecord - Class in org.mariuszgromada.math.mxparser
Calculation is a multistep process and this class provides a container to store a single calculation step.
CalcStepRecord() - Constructor for class org.mariuszgromada.math.mxparser.CalcStepRecord
 
CalcStepRecord.StepType - Enum in org.mariuszgromada.math.mxparser
Calculation step type. 1.
calcStepRecords - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
List that stores all the calculation steps
CalcStepsRegister - Class in org.mariuszgromada.math.mxparser
Calculation is a multistep process and this class provides a register to store all the steps, also done in a recursive way.
CalcStepsRegister() - Constructor for class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
calculate() - Method in class org.mariuszgromada.math.mxparser.Expression
Calculates the expression value and registers all the calculation steps
calculate() - Method in class org.mariuszgromada.math.mxparser.Function
Calculates function value
calculate() - Method in interface org.mariuszgromada.math.mxparser.FunctionExtension
Actual algorithm implementation.
calculate(double...) - Method in class org.mariuszgromada.math.mxparser.Function
Calculates function value
calculate(double...) - Method in interface org.mariuszgromada.math.mxparser.FunctionExtensionVariadic
Actual algorithm implementation.
calculate(Argument...) - Method in class org.mariuszgromada.math.mxparser.Function
Calculates function value
calculate(CalcStepsRegister) - Method in class org.mariuszgromada.math.mxparser.Expression
Calculates the expression value
calculate(CalcStepsRegister) - Method in class org.mariuszgromada.math.mxparser.Function
Calculates function value and registers all the calculation steps
CALCULATED_VALUE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Calculated value"
Calculus - Class in org.mariuszgromada.math.mxparser.mathcollection
Calculus - numerical integration, differentiation, etc...
Calculus() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.Calculus
 
CALCULUS_OPERATOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Calculus operator"
CALCULUS_OPERATOR_AVG - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Average"
CALCULUS_OPERATOR_BACKW_DIFF - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Backward difference"
CALCULUS_OPERATOR_DER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Derivative"
CALCULUS_OPERATOR_DER_LEFT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Left derivative"
CALCULUS_OPERATOR_DER_RIGHT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Right derivative"
CALCULUS_OPERATOR_DERN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "n-th derivative"
CALCULUS_OPERATOR_FORW_DIFF - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Forward difference"
CALCULUS_OPERATOR_INT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Definite integral"
CALCULUS_OPERATOR_MAX - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Maximum value"
CALCULUS_OPERATOR_MIN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Minimum value"
CALCULUS_OPERATOR_PROD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Product PI"
CALCULUS_OPERATOR_SOLVE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Equation solving (root finding)"
CALCULUS_OPERATOR_STD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bias-corrected sample standard deviation"
CALCULUS_OPERATOR_SUM - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Summation SIGMA"
CALCULUS_OPERATOR_VAR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bias-corrected sample variance"
CalculusOperator - Class in org.mariuszgromada.math.mxparser.parsertokens
Calculus Operators - mXparser tokens definition.
CalculusOperator() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
CANCEL_REQUEST_FINISHING - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Cancel request encountered - finishing."
cancelCurrentCalculation() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Method give a signal to other methods to cancel current calculation.
CAPTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Caption"
CATALAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Catalan's constant
CATALAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
CATALAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
CATALAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
CATALAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
CATALAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
catalanNumber(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Catalan numbers
catalanNumber(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Catalan numbers
CDF_CHI2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
CDF_CHI2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
CDF_CHI2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
CDF_CHI2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
CDF_CHI2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
CDF_F_SNEDECOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_F_SNEDECOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_F_SNEDECOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_F_SNEDECOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_F_SNEDECOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_NORMAL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_NORMAL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_NORMAL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_NORMAL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_NORMAL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_STUDENT_T_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
CDF_STUDENT_T_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
CDF_STUDENT_T_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
CDF_STUDENT_T_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
CDF_STUDENT_T_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
CDF_UNIFORM_CONT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_UNIFORM_CONT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_UNIFORM_CONT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_UNIFORM_CONT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CDF_UNIFORM_CONT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
cdfChiSquared(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Cumulative distribution function - Chi-Squared distribution
cdfNormal(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
CDF - Cumulative Distribution Function - Normal distribution N(mean, stddev).
cdfSnedecordF(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Cumulative distribution function - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
cdfStudentT(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Cumulative distribution function - Student's t-distribution
cdfUniformContinuous(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
CDF - Cumulative Distribution Function - Uniform Continuous distribution over interval [a, b).
ceil(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Ceiling function.
CEIL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CEIL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CEIL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CEIL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CEIL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CELCIUS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Celcius
CENTI - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Centi
CENTI_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTI_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTI_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Centimeter
CENTIMETRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Square centimetre
CENTIMETRE2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE3 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Qubic centimetre
CENTIMETRE3_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE3_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE3_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE3_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
CENTIMETRE3_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
checkIfAlmostIntRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns state of almost integer rounding option causing rounding final calculation result to precise integer if and only if result is very close to integer.
checkIfAttemptToFixExpStrMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Gets attempt to fix expression string mode
checkIfAttemptToFixExpStrMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Gets attempt to fix expression string mode
checkIfCanonicalRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Double floating-point precision arithmetic causes rounding problems, i.e. 0.1 + 0.1 + 0.1 is slightly different from 0.3, additionally doubles are having a lot of advantages providing flexible number representation regardless of number size. mXparser is fully based on double numbers and that is why is providing intelligent canonical rounding to minimize misleading results.
checkIfDegreesMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Checks whether mXparser operates in degrees mode for trigonometric functions.
checkIfEpsilonMode() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Checks if epsilon comparison mode is active;
checkIfEpsilonMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Checks if epsilon comparison mode is active;
checkIfExactMode() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Checks if exact comparison mode is active;
checkIfExactMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Checks if exact comparison mode is active;
checkIfImpliedMultiplicationMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Gets implied multiplication status
checkIfImpliedMultiplicationMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Gets implied multiplication status
checkIfRadiansMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Checks whether mXparser operates in radians mode for trigonometric functions.
checkIfsetToOverrideBuiltinTokens() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Checks whether mXparser is set to override built-in tokens.
checkIfUlpRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Double floating-point precision arithmetic causes rounding problems, i.e. 0.1 + 0.1 + 0.1 is slightly different from 0.3, additionally doubles are having a lot of advantages providing flexible number representation regardless of number size. mXparser is fully based on double numbers and that is why is providing intelligent ULP rounding to minimize misleading results.
checkIfUnicodeBuiltinKeyWordsMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Gets unicode built-in parser keywords mode
checkIfUnicodeBuiltinKeyWordsMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Gets unicode built-in parser keywords mode
checkIfUseTypeConfirmed() - Static method in class org.mariuszgromada.math.mxparser.License
Verifies whether the use type has been successfully confirmed and signed.
checkLastOperationWasSuccessful() - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Information whether the last ordered operation under any serialization or deserialization method was correctly performed.
checkLexSyntax() - Method in class org.mariuszgromada.math.mxparser.Expression
Checks syntax of the expression string.
checkSyntax() - Method in class org.mariuszgromada.math.mxparser.Argument
Checks argument syntax
checkSyntax() - Method in class org.mariuszgromada.math.mxparser.Expression
Checks syntax of the expression string.
checkSyntax() - Method in class org.mariuszgromada.math.mxparser.Function
Checks function syntax
chi(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Characteristic function x in (a,b)
CHI_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
chi_L(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Characteristic function x in [a,b)
CHI_L_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_L_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_L_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_L_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_L_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
chi_LR(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Characteristic function x in [a,b]
CHI_LR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_LR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_LR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_LR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_LR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
chi_R(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Characteristic function x in (a,b]
CHI_R_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_R_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_R_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_R_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_R_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_SQUARED_DISTRIBUTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Chi-squared distribution"
CHI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
CHI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
cimp(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean CIMP
CIMP_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CIMP_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CIMP_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CIMP_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CIMP_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CIMP_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CIMP_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CIMP_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CIMP_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
CIMP truth table
clearDescription() - Method in class org.mariuszgromada.math.mxparser.Expression
Clears expression description
clearExpressionString() - Method in class org.mariuszgromada.math.mxparser.Expression
Clears expression string
clone() - Method in class org.mariuszgromada.math.mxparser.Argument
Creates cloned object of this argument.
clone() - Method in interface org.mariuszgromada.math.mxparser.ArgumentExtension
Cloning in case of usage in Expression with recursive statements.
clone() - Method in class org.mariuszgromada.math.mxparser.Expression
Expression cloning.
clone() - Method in class org.mariuszgromada.math.mxparser.Function
clone method
clone() - Method in interface org.mariuszgromada.math.mxparser.FunctionExtension
Cloning in case of usage in Expression with recursive statements.
clone() - Method in interface org.mariuszgromada.math.mxparser.FunctionExtensionVariadic
Cloning in case of usage in Expression with recursive statements.
clone() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Token cloning.
cloneForThreadSafe() - Method in class org.mariuszgromada.math.mxparser.Argument
Creates a completely independent 1-1 clone that can be safely used by a separate thread.
cloneForThreadSafe() - Method in class org.mariuszgromada.math.mxparser.Constant
Creates a completely independent 1-1 clone that can be safely used by a separate thread.
cloneForThreadSafe() - Method in class org.mariuszgromada.math.mxparser.Expression
Creates a completely independent 1-1 clone that can be safely used by a separate thread.
cloneForThreadSafe() - Method in class org.mariuszgromada.math.mxparser.Function
Creates a completely independent 1-1 clone that can be safely used by a separate thread.
cloneForThreadSafe() - Method in class org.mariuszgromada.math.mxparser.RecursiveArgument
Creates a completely independent 1-1 clone that can be safely used by a separate thread.
cnimp(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean CNIMP
CNIMP_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CNIMP_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CNIMP_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CNIMP_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CNIMP_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CNIMP_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CNIMP_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CNIMP_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
CNIMP_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
CNIMP truth table
coalesce(double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Returns the first non-NaN value
COALESCE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
COALESCE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
COALESCE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
COALESCE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
COALESCE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
COMMA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
COMMA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
COMMA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
COMMA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
COMMA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
COMPL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
COMPL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
COMPL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
COMPL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
COMPL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
COMPUTING_TIME - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Computing time"
computingTime - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
Duration of calculation process - in seconds
consolePrint() - Method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
Prints this step register to the console.
consolePrint(Object) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Prints object.toString to the Console
consolePrint(List<Token>) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Prints tokens to the console.
consolePrintCopyOfInitialTokens() - Method in class org.mariuszgromada.math.mxparser.Expression
Prints to the console copy of initial tokens.
consolePrintHelp() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Prints all help content.
consolePrintHelp(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Prints filtered help content.
consolePrintLicense() - Static method in class org.mariuszgromada.math.mxparser.License
Prints to the console the terms of MathParser.org-mXparser DUAL LICENSE AGREEMENT
consolePrintLicense() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Prints to the console the terms of MathParser.org-mXparser DUAL LICENSE AGREEMENT
consolePrintln() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Prints new line to the Console, no new line
consolePrintln(Object) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Prints object.toString to the Console + new line
consolePrintln(String[]) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Prints array of strings
consolePrintln(List<Token>) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Prints tokens to the console.
consolePrintSettings() - Static method in class org.mariuszgromada.math.mxparser.mXparser
 
consolePrintSettings(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
 
consolePrintTokens(List<Token>) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Prints tokens to the console.
Constant - Class in org.mariuszgromada.math.mxparser
Constant class provides ability to declare constants.
Constant(String, double) - Constructor for class org.mariuszgromada.math.mxparser.Constant
Constructor - creates constant with a given name and given value
Constant(String, double, String) - Constructor for class org.mariuszgromada.math.mxparser.Constant
Constructor - creates constant with a given name and given value.
Constant(String, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.Constant
Constructor for function definition in natural math language, for instance providing on string "f(x,y) = sin(x) + cos(x)" is enough to define function "f" with parameters "x and y" and function body "sin(x) + cos(x)".
CONSTANT_VALUE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Constant value"
CONSTANT_VALUE_ALLADI_GRINSTEAD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Alladi-Grinstead constant"
CONSTANT_VALUE_APERY - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Apery's constant"
CONSTANT_VALUE_ASTRONOMICAL_UNIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Astronomical unit"
CONSTANT_VALUE_BACKHOUSE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Backhouse's constant"
CONSTANT_VALUE_BERNSTEIN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bernstein's constant"
CONSTANT_VALUE_BRAUN_PRIME_QUADR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Brun's constant for prime quadruplets"
CONSTANT_VALUE_BRAUN_TWIN_PRIME - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Brun's constant for twin primes"
CONSTANT_VALUE_BRUIJN_NEWMAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "de Bruijn-Newman constant"
CONSTANT_VALUE_CAHEN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Cahen's constant"
CONSTANT_VALUE_CATALAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Catalan's constant"
CONSTANT_VALUE_EARTH_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Earth mass"
CONSTANT_VALUE_EARTH_RADIUS_EQUATORIAL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Earth equatorial radius"
CONSTANT_VALUE_EARTH_RADIUS_MEAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Earth mean radius"
CONSTANT_VALUE_EARTH_RADIUS_POLAR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Earth polar radius"
CONSTANT_VALUE_EARTH_SEMI_MAJOR_AXIS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Earth-Sun distance"
CONSTANT_VALUE_EMBREE_TREFETHEN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Embree-Trefethen constant"
CONSTANT_VALUE_ERDOS_BORWEIN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Erdos-Borwein constant"
CONSTANT_VALUE_EULER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Napier's or Euler's number (base of Natural logarithm)"
CONSTANT_VALUE_EULER_MASCHERONI - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Euler-Mascheroni constant"
CONSTANT_VALUE_FALSE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Boolean False represented as 0"
CONSTANT_VALUE_FEIGENBAUM_ALPHA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Feigenbaum alpha constant"
CONSTANT_VALUE_FEIGENBAUM_DELTA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Feigenbaum delta constant"
CONSTANT_VALUE_FRANSEN_ROBINSON - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Fransen-Robinson constant"
CONSTANT_VALUE_GAUSS_KUZMIN_WIRSING - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gauss-Kuzmin-Wirsing constant"
CONSTANT_VALUE_GOLDEN_RATIO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Golden ratio"
CONSTANT_VALUE_GOLOMB_DICKMAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Golomb-Dickman constant"
CONSTANT_VALUE_GOMPERTZ - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gompertz constant"
CONSTANT_VALUE_GRAVIT_ACC_EARTH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gravitational acceleration on Earth"
CONSTANT_VALUE_GRAVITATIONAL_CONSTANT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gravitational constant"
CONSTANT_VALUE_HAFNER_SARNAK_MCCURLEY - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Hafner-Sarnak-McCurley constant"
CONSTANT_VALUE_JUPITER_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Jupiter mass"
CONSTANT_VALUE_JUPITER_RADIUS_MEAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Jupiter mean radius"
CONSTANT_VALUE_JUPITER_SEMI_MAJOR_AXIS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Jupiter-Sun distance"
CONSTANT_VALUE_KHINCHIN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Khinchin's constant"
CONSTANT_VALUE_KILOPARSEC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Kiloparsec"
CONSTANT_VALUE_LANDAU - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Landau's constant"
CONSTANT_VALUE_LANDAU_RAMANUJAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Landau-Ramanujan constant"
CONSTANT_VALUE_LAPLACE_LIMIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Laplace limit constant"
CONSTANT_VALUE_LEGENDRE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Legendre's constant"
CONSTANT_VALUE_LENGYEL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Lengyel's constant"
CONSTANT_VALUE_LEVY - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Levy's constant"
CONSTANT_VALUE_LI2 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Logarithmic integral at point 2"
CONSTANT_VALUE_LIEB_QUARE_ICE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Lieb's square ice constant"
CONSTANT_VALUE_LIGHT_SPEED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Light speed in vacuum"
CONSTANT_VALUE_LIGHT_YEAR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Light year"
CONSTANT_VALUE_MARS_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mars mass"
CONSTANT_VALUE_MARS_RADIUS_MEAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mars mean radius"
CONSTANT_VALUE_MARS_SEMI_MAJOR_AXIS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mars-Sun distance"
CONSTANT_VALUE_MEISSEL_MERTEENS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Meissel-Mertens constant"
CONSTANT_VALUE_MERCURY_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mercury mass"
CONSTANT_VALUE_MERCURY_RADIUS_MEAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mercury mean radius"
CONSTANT_VALUE_MERCURY_SEMI_MAJOR_AXIS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mercury-Sun distance"
CONSTANT_VALUE_MILLS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mills' constant"
CONSTANT_VALUE_MONN_SEMI_MAJOR_AXIS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Moon-Earth distance"
CONSTANT_VALUE_MOON_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Moon mass"
CONSTANT_VALUE_MOON_RADIUS_MEAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Moon mean radius"
CONSTANT_VALUE_MRB - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "MRB constant"
CONSTANT_VALUE_NAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Not-a-Number"
CONSTANT_VALUE_NEPTUNE_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Neptune mass"
CONSTANT_VALUE_NEPTUNE_RADIUS_MEAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Neptune mean radius"
CONSTANT_VALUE_NEPTUNE_SEMI_MAJOR_AXIS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Neptune-Sun distance"
CONSTANT_VALUE_NIVEN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Niven's constant"
CONSTANT_VALUE_NPAR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Automatically generated constant for user defined functions, returns number of given function parameters"
CONSTANT_VALUE_OMEGA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Omega constant"
CONSTANT_VALUE_PARABOLIC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Parabolic constant"
CONSTANT_VALUE_PARSEC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Parsec"
CONSTANT_VALUE_PI - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Pi, Archimedes' or Ludolph's number"
CONSTANT_VALUE_PLANCK_CONSTANT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Planck constant"
CONSTANT_VALUE_PLANCK_CONSTANT_REDUCED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Reduced Planck constant (Dirac constant)"
CONSTANT_VALUE_PLANCK_LENGTH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Planck length"
CONSTANT_VALUE_PLANCK_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Planck mass"
CONSTANT_VALUE_PLANCK_TIME - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Planck time"
CONSTANT_VALUE_PLASTIC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Plastic constant"
CONSTANT_VALUE_PORTER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Porter's constant"
CONSTANT_VALUE_RAMANUJAN_SOLDNER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Ramanujan-Soldner constant"
CONSTANT_VALUE_SATURN_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Saturn mass"
CONSTANT_VALUE_SATURN_RADIUS_MEAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Saturn mean radius"
CONSTANT_VALUE_SATURN_SEMI_MAJOR_AXIS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Saturn-Sun distance"
CONSTANT_VALUE_SIERPINSKI - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Sierpinski's constant"
CONSTANT_VALUE_SOLAR_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Solar mass"
CONSTANT_VALUE_SOLAR_RADIUS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Solar mean radius"
CONSTANT_VALUE_TRUE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Boolean True represented as 1"
CONSTANT_VALUE_TWIN_PRIME - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Twin prime constant"
CONSTANT_VALUE_URANUS_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Uranus mass"
CONSTANT_VALUE_URANUS_RADIUS_MEAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Uranus mean radius"
CONSTANT_VALUE_URANUS_SEMI_MAJOR_AXIS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Uranus-Sun distance"
CONSTANT_VALUE_VENUS_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Venus mass"
CONSTANT_VALUE_VENUS_RADIUS_MEAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Venus mean radius"
CONSTANT_VALUE_VENUS_SEMI_MAJOR_AXIS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Venus-Sun distance"
CONSTANT_VALUE_VISWANATH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Viswanath's constant"
CONSTANT_WAS_EXPECTED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Constant value was expected."
ConstantValue - Class in org.mariuszgromada.math.mxparser.parsertokens
Constant Values - mXparser tokens definition.
ConstantValue() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
constArgDefStrRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
constUnitgDefStrRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
CONT_FRAC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
CONT_FRAC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
CONT_FRAC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
CONT_FRAC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
CONT_FRAC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
CONT_POL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
CONT_POL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
CONT_POL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
CONT_POL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
CONT_POL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
content - Variable in class org.mariuszgromada.math.mxparser.CalcStepRecord
Calculation step content - so what is really happening in this step
continuedFraction(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Continued fraction
continuedPolynomial(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Continued polynomial
convDecimal2OthBase(double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Decimal number to other numeral system conversion with base between 1 and 36.
convDecimal2OthBase(double, int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Decimal number to other numeral system conversion with base between 1 and 36.
convDecimal2OthBase(double, int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Decimal number to other numeral system conversion with base between 1 and 36.
convDecimal2OthBase(double, int, int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Decimal number to other numeral system conversion with base between 1 and 36.
convOthBase2Decimal(double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Other base to decimal conversion.
convOthBase2Decimal(double, double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Other base to decimal conversion.
convOthBase2Decimal(double, double...) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Other base to decimal conversion.
convOthBase2Decimal(int[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Other base to decimal conversion.
convOthBase2Decimal(int, int...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Other base to decimal conversion.
convOthBase2Decimal(int, int...) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Other base to decimal conversion.
convOthBase2Decimal(String) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Other base (base between 1 and 36) number literal conversion to decimal number.
convOthBase2Decimal(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Other base (base between 1 and 36) number literal conversion to decimal number.
convOthBase2Decimal(String, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Other base (base between 1 and 36) number literal conversion to decimal number.
convOthBase2Decimal(String, int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Other base (base between 1 and 36) number literal conversion to decimal number.
cos - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
The cosine function value
cos(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Cosine trigonometric function
COS_0 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_120 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_135 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_150 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_180 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_210 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_225 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_240 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_270 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_30 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_300 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_315 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_330 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_360 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_45 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_60 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_90 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
COS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
cosec(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Cosecant trigonometric function
COSEC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COSEC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COSEC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COSEC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COSEC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COSECH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COSECH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
cosh(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Hyperbolic cosine function.
COSH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COSH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COSH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COSH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COSH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
coth(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Hyperbolic cotangent function.
COTH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COTH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COTH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COTH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COTH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
COULOMB - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Coulomb
countLines(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
countOccurrences(String, String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
csc - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
The cosecant function value
CSC_0 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_120 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_135 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_150 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_180 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_210 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_225 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_240 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_270 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_30 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_300 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_315 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_330 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_360 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_45 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_60 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_90 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CSC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CSC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
csch(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Hyperbolic cosecant function.
CSCH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CSCH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CSCH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CSCH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CSCH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ctan - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
The cotangent function value
ctan(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Cotangent trigonometric function
CTAN_0 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_120 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_135 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_150 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_180 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_210 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_225 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_240 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_270 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_30 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_300 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_315 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_330 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_360 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_45 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_60 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_90 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
CTAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CTAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CTAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CTAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CTAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CTANH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CTANH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CTG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CTG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CTGH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CTGH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
CUBE_ROOT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
CUBE_ROOT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
CUBE_ROOT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
CUBE_ROOT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
CUBE_ROOT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
CUMULATIVE_DISTRIBUTION_FUNCTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Cumulative distribution function"

D

D2BYSQRT3 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
D2BYSQRT3
DAY - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
DAY
DAY_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DAY_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DAY_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DAY_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DAY_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DEC_FRACT - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DEC_FRACT_OR_INT - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DECA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Deca
DECA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECA_TEN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECA_TEN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECAGRAM - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Decagram
DECAGRAM_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECAGRAM_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECAGRAM_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECAGRAM_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECAGRAM_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECI - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Deci
DECI_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECI_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECI_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DECIMAL_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
decimalDigitsBefore(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
For very small number returns the position of first significant digit, ie 0.1 = 1, 0.01 = 2
decimalNumberLength(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Length of a number represented in a standard decimal format
DEFAULT_COMPARISON_EPSILON - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Default epsilon for comparison
DEFAULT_MAX_NUM_IN_CACHE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Default range of integer to store in cache
DEFAULT_TO_FRACTION_INIT_SEARCH_SIZE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
 
defineArgument(String, double) - Method in class org.mariuszgromada.math.mxparser.Argument
Enables to define the argument (associated with the argument expression) based on the argument name and the argument value.
defineArgument(String, double) - Method in class org.mariuszgromada.math.mxparser.Expression
Enables to define the argument (associated with the expression) based on the argument name and the argument value.
defineArgument(String, double) - Method in class org.mariuszgromada.math.mxparser.Function
Enables to define the argument (associated with the function expression) based on the argument name and the argument value.
defineArguments(String...) - Method in class org.mariuszgromada.math.mxparser.Argument
Enables to define the arguments (associated with the argument expression) based on the given arguments names.
defineArguments(String...) - Method in class org.mariuszgromada.math.mxparser.Expression
Enables to define the arguments (associated with the expression) based on the given arguments names.
defineArguments(String...) - Method in class org.mariuszgromada.math.mxparser.Function
Enables to define the arguments (associated with the function expression) based on the given arguments names.
defineConstant(String, double) - Method in class org.mariuszgromada.math.mxparser.Argument
Enables to define the constant (associated with the argument expression) based on the constant name and constant value.
defineConstant(String, double) - Method in class org.mariuszgromada.math.mxparser.Expression
Enables to define the constant (associated with the expression) based on the constant name and constant value.
defineConstant(String, double) - Method in class org.mariuszgromada.math.mxparser.Function
Enables to define the constant (associated with the function expression) based on the constant name and constant value.
defineFunction(String, String, String...) - Method in class org.mariuszgromada.math.mxparser.Argument
Enables to define the function (associated with the argument expression) based on the function name, function expression string and arguments names (variadic parameters).
defineFunction(String, String, String...) - Method in class org.mariuszgromada.math.mxparser.Expression
Enables to define the function (associated with the expression) based on the function name, function expression string and arguments names (variadic parameters).
defineFunction(String, String, String...) - Method in class org.mariuszgromada.math.mxparser.Function
Enables to define the function (associated with the function expression) based on the function name, function expression string and arguments names (variadic parameters).
deg(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Radius to degrees translation.
DEG_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
DEG_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
DEG_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
DEG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
DEG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
DEGREE_ARC - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Degree (angle)
DEGREE_ARC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DEGREE_ARC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DEGREE_ARC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DEGREE_ARC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DEGREE_ARC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
DEPENDENT_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.Argument
Type indicator for dependent argument.
DER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_LEFT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_LEFT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_LEFT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_LEFT_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_LEFT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_LEFT_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_LEFT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_LEFT_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_RIGHT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_RIGHT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_RIGHT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_RIGHT_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_RIGHT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_RIGHT_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_RIGHT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_RIGHT_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DER_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
derivative(Expression, Argument, double, int, double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Numerical derivative at x = x0
DERIVATIVE_OPERATOR_EXPECTS_2_OR_3_OR_4_OR_5_CALCULUS_PARAMETERS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "A derivative operator expects 2 or 3 or 4 or 5 calculus parameters."
derivativeNth(Expression, double, Argument, double, int, double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Numerical n-th derivative at x = x0 (you should avoid calculation of derivatives with order higher than 2).
DERN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DERN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DERN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DERN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DERN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
description - Variable in class org.mariuszgromada.math.mxparser.CalcStepRecord
Calculation step description - can be ana argument name, function name and or an expression string
description - Variable in class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
 
DESCRIPTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Description"
DESCRIPTION_SHORT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "descr"
DESERIALIZATION_PERFORMED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Deserialization has been performed:"
deserializeFromBytes(byte[]) - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Deserializes an object from byte data.
deserializeFromFile(String) - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Deserializes an object from byte data.
deserializeFromString(String) - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Deserializes an object from string data.
DI_GAMMA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
DI_GAMMA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
DI_GAMMA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
DI_GAMMA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
DI_GAMMA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
diGamma(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Digamma function as the logarithmic derivative of the Gamma special function
DIGIT - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B10 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B11 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B12 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B13 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B14 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B15 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B16 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B17 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B18 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B19 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B20 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B21 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B22 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B23 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B24 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B25 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B26 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B27 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B28 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B29 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B30 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B31 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B32 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B33 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B34 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B35 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B36 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B4 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B5 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B6 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B7 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B8 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B9 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
DIGIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
DIGIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
DIGIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
DIGIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
DIGIT10_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
DIGIT10_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
DIGIT10_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
DIGIT10_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
DIGIT10_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
digitAtPosition(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Digit at position - numeral system with base 10
digitAtPosition(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Digit at position - numeral system with given base
digitAtPosition(long, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Digit at position - numeral system with base 10
digitAtPosition(long, int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Digit at position - numeral system with given base
digitChar(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Character representing digit for numeral systems with base between 1 and 36.
digitIndex(char) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Digit index based on digit character for numeral systems with base between 1 and 36.
DIMENSIONLESS_UNIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Dimensionless unit"
DIMENSIONLESS_UNIT_ATTO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Quintillionth / Atoo"
DIMENSIONLESS_UNIT_CENTI - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Hundredth / Centi"
DIMENSIONLESS_UNIT_DECA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Ten / Deca"
DIMENSIONLESS_UNIT_DECI - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Tenth / Deci"
DIMENSIONLESS_UNIT_EXA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Quintillion / Exa"
DIMENSIONLESS_UNIT_FEMTO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Quadrillionth / Femto"
DIMENSIONLESS_UNIT_GIGA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Billion / Giga"
DIMENSIONLESS_UNIT_HECTO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Hundred / Hecto"
DIMENSIONLESS_UNIT_KILO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Thousand / Kilo"
DIMENSIONLESS_UNIT_MEGA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Million / Mega"
DIMENSIONLESS_UNIT_MICRO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Millionth / Micro"
DIMENSIONLESS_UNIT_MILLI - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Thousandth / Milli"
DIMENSIONLESS_UNIT_NANO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Billionth / Nano"
DIMENSIONLESS_UNIT_PERC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Percentage"
DIMENSIONLESS_UNIT_PETA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Quadrillion / Peta"
DIMENSIONLESS_UNIT_PICO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Trillionth / Pico"
DIMENSIONLESS_UNIT_PROMIL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Promil, Per mille"
DIMENSIONLESS_UNIT_TERA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Trillion / Tera"
DIMENSIONLESS_UNIT_YOCTO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Septillionth / Yocto"
DIMENSIONLESS_UNIT_YOTTA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Septillion / Yotta"
DIMENSIONLESS_UNIT_ZEPTO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Sextillionth / Zepto"
DIMENSIONLESS_UNIT_ZETTA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Sextillion / Zetta"
disableAlmostIntRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Disables almost integer rounding option causing rounding final calculation result to precise integer if and only if result is very close to integer.
disableAttemptToFixExpStrMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Disables attempt to fix the expression String.
disableAttemptToFixExpStrMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Disables attempt to fix the expression String.
disableBinarySerialization() - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Disables binary serialization done by the SerializationUtils.
disableCanonicalRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Disables canonical rounding.
disableImpliedMultiplicationMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Disables implied multiplication
disableImpliedMultiplicationMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Disables implied multiplication
disableUlpRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Disables ULP rounding.
disableUnicodeBuiltinKeyWordsMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Disables unicode built-in parser keywords, this flag informs the parser that built-in unicode keywords are not supported and will not be recognized as functions or operators.
disableUnicodeBuiltinKeyWordsMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Disables unicode built-in parser keywords, this flag informs the parser that built-in unicode keywords are not supported and will not be recognized as functions or operators.
div(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Division a / b applying canonical rounding if canonical rounding is enabled
DIVIDE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DONE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "done."
double2IntBoolean(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Double to integer boolean translation
DUPLICATED_KEYWORD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Duplicated keywords were found.
DUPLICATED_KEYWORDS_WERE_FOUND_IN_THE_CALCULUS_OPERATOR_INVOCATION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Duplicated keywords were found in the calculus operator invocation, check calculus parameters."

E

E - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Napier's constant, or Euler's number, base of Natural logarithm
EARTH_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Earth mass
EARTH_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_EQUATORIAL - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Earth equatorial radius
EARTH_RADIUS_EQUATORIAL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_EQUATORIAL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_EQUATORIAL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_EQUATORIAL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_EQUATORIAL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Earth mean radius
EARTH_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_POLAR - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Earth polar radius
EARTH_RADIUS_POLAR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_POLAR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_POLAR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_POLAR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_RADIUS_POLAR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Earth semi-major axis
EARTH_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EARTH_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ELECTRON_EQUIVALENT_REST_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Electron equivalent rest mass
ELECTRON_REST_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Electron rest mass
ELECTRONO_VOLT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Electrono-Volt
ELECTRONO_VOLT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ELECTRONO_VOLT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ELECTRONO_VOLT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ELECTRONO_VOLT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ELECTRONO_VOLT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ELEMENT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Element"
ELEMENTARY_CHARGE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Elementary charge
EMBREE_TREFETHEN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Embree-Trefethen constant
EMBREE_TREFETHEN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EMBREE_TREFETHEN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EMBREE_TREFETHEN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EMBREE_TREFETHEN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EMBREE_TREFETHEN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
enableAlmostIntRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Enables almost integer rounding option causing rounding final calculation result to precise integer if and only if result is very close to integer.
enableAttemptToFixExpStrMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Enables attempt to fix the expression String.
enableAttemptToFixExpStrMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Enables attempt to fix the expression String.
enableBinarySerializationIamAwareOfSecurityRisks() - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Enables binary serialization done by the SerializationUtils.
enableCanonicalRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Enables canonical rounding.
enableImpliedMultiplicationMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Sets implied multiplication
enableImpliedMultiplicationMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets implied multiplication
enableUlpRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Enables ULP rounding.
enableUnicodeBuiltinKeyWordsMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Enables unicode built-in parser keywords, this flag informs the parser that built-in unicode keywords are supported and will be recognized as functions or operators.
enableUnicodeBuiltinKeyWordsMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Enables unicode built-in parser keywords, this flag informs the parser that built-in unicode keywords are supported and will be recognized as functions or operators.
ENCOUNTERED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Encountered"
EPSILON - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
Epsilon is used to compare the x value with regards to some given small interval
EPSILON - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Epsilon is used to compare the x value with regards to some given small interval
eq(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Equality relation.
EQ_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
EQ_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
EQ_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
EQ_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
EQ_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
EQ1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
EQ1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
eqv(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean EQV
EQV_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
EQV_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
EQV_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
EQV_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
EQV_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
EQV_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
EQV_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
EQV_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
EQV_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
EQV truth table
ERDOS_BORWEIN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Erdos-Borwein constant
ERDOS_BORWEIN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ERDOS_BORWEIN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ERDOS_BORWEIN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ERDOS_BORWEIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ERDOS_BORWEIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
erf(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Calculates the error function
erfc(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Calculates the complementary error function.
erfcInv(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Calculates the complementary inverse error function evaluated at x.
erfInv(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Calculates the inverse error function evaluated at x.
ERROR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Error"
ERROR_WHILE_EXECUTING_THE_CALCULATE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Error while executing the calculate."
errorMessage - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
Information on error or lack of error while performing calculation process
ERRORS_HAVE_BEEN_FOUND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Errors have been found."
EULER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_MASCHERONI - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Euler-Mascheroni constant
EULER_MASCHERONI_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_MASCHERONI_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_MASCHERONI_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_MASCHERONI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_MASCHERONI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_NUMBER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
EULER_NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
EULER_NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
EULER_NUMBER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
EULER_NUMBER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
EULER_POLYNOMIAL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
EULER_POLYNOMIAL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
EULER_POLYNOMIAL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
EULER_POLYNOMIAL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
EULER_POLYNOMIAL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
EULER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_SINCE_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_STR_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EULER_SYN_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
eulerNumber(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Euler numbers
eulerNumber(int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Euler numbers
eulerPolynomial(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Euler polynomial
eulerPolynomial(int, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Euler polynomial
Evaluate - Class in org.mariuszgromada.math.mxparser.mathcollection
Evaluate - currently only polynomial evaluation based on provided coefficients.
Evaluate() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.Evaluate
 
EXA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Exa
EXA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXA_QUINT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXA_QUINT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXABIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Exabit
EXABIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXABIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXABIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXABIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXABIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXABYTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Exabyte
EXABYTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXABYTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXABYTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXABYTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXABYTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
EXCEPTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Exception"
EXITING - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Exiting."
exp(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Exponential function.
EXP_1_OVER_E - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Tetration right convergence limit
EXP_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
EXP_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
EXP_INT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
EXP_INT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
EXP_INT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
EXP_INT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
EXP_INT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
EXP_MINUS_1 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
1 over e
EXP_MINUS_E - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Tetration left convergence limit
EXP_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
EXP_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
EXP_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
EXPECTED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Expected"
EXPECTED_EVEN_NUMBER_OF_ARGUMENTS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Even number of arguments was expected."
exponentialIntegralEi(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Exponential integral function Ei(x)
Expression - Class in org.mariuszgromada.math.mxparser
Expression - base class for real expressions definition.
Expression - org.mariuszgromada.math.mxparser.CalcStepRecord.StepType
 
Expression(String, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.Expression
Constructor - creates new expression from expression string.
Expression(PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.Expression
Default constructor - empty expression
EXPRESSION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Expression"
EXPRESSION_DOES_NOT_CONTAIN_ANY_TOKENS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The expression does not contain any tokens."
EXPRESSION_STRING_IS_EMPTY - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The expression string is empty."
EXPRESSION_TOKENS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Expression tokens"
expressionStringStart - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
1.

F

F - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
False as double
FACT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
FACT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
FACT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
FACT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
FACT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
FACTEXP_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
FACTEXP_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
FACTEXP_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
FACTEXP_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
FACTEXP_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
factor - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Angle factor in Pi radians
factorial(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Factorial
factorial(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Factorial
factorialFalling(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Falling factorial polynomial
factorialRising(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Rising factorial polynomial
FACTVAL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
FACTVAL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
FACTVAL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
FACTVAL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
FACTVAL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
FALSE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
False as integer
FALSE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FALSE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FALSE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FALSE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FALSE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FARENHEIGHT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Farenheight
FATAL_ERROR_DO_NOT_KNOW_WHAT_TO_DO_WITH_THE_ENCOUNTERED_TOKEN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Fatal error, do not know what to do with the encountered token.
FEET - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Feet
FEET_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
FEET_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
FEET_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
FEET_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
FEET_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
FEIGENBAUM_ALFA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Feigenbaum constant
FEIGENBAUM_ALPHA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FEIGENBAUM_ALPHA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FEIGENBAUM_ALPHA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FEIGENBAUM_ALPHA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FEIGENBAUM_ALPHA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FEIGENBAUM_DELTA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Feigenbaum constant
FEIGENBAUM_DELTA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FEIGENBAUM_DELTA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FEIGENBAUM_DELTA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FEIGENBAUM_DELTA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FEIGENBAUM_DELTA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FEMTO - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Femto
FEMTO_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
FEMTO_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
FEMTO_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
FEMTO_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
FEMTO_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
FIBONACCI_NUMBER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
FIBONACCI_NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
FIBONACCI_NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
FIBONACCI_NUMBER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
FIBONACCI_NUMBER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
fibonacciNumber(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Fibonacci numbers
fibonacciNumber(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Fibonacci numbers
FILE_PATH_IS_NOT_A_FILE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The file path is not a file:"
FILE_PATH_NOT_EXISTS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The file path does not exist:"
FILE_PATH_ZERO_LENGTH_PROVIDED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The file path does not contain any characters."
FIRST - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "first"
firstInGroup - Variable in class org.mariuszgromada.math.mxparser.CalcStepRecord
True if this is a first step in a given group.
floor(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Floor function.
FLOOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
FLOOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
FLOOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
FLOOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
FLOOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
FORW_DIFF_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
FORW_DIFF_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
FORW_DIFF_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
FORW_DIFF_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
FORW_DIFF_SINCE_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
FORW_DIFF_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
FORW_DIFF_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
FORW_DIFF_STR_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
FORW_DIFF_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
FORW_DIFF_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
FORW_DIFF_SYN_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
FORWARD_BACKWARD_DIFFERENCE_ARGUMENT_WAS_EXPECTED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "An argument was expected in the forward / backward difference operator invocation."
FORWARD_BACKWARD_DIFFERENCE_EXPECTS_2_OR_3_PARAMETERS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The forward / backward difference operator expects 2 or 3 calculus parameters."
forwardDifference(Expression, double, Argument) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Forward difference(h) operator (at the current value of the argument x)
forwardDifference(Expression, double, Argument, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Forward difference(h) operator (at x = x0)
forwardDifference(Expression, Argument) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Forward difference(1) operator (at current value of argument x)
forwardDifference(Expression, Argument, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Forward difference(1) operator (at x = x0)
FOURTH_ROOT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
FOURTH_ROOT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
FOURTH_ROOT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
FOURTH_ROOT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
FOURTH_ROOT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
FRACTION - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
fractionalPartLength(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Fractional part length of a number represented in a standard decimal format
fractionToString(double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Converts array representing fraction to fraction string representation.
fractionToString(double[]) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Converts array representing fraction to fraction string representation.
FRANSEN_ROBINSON - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Fransén-Robinson constant
FRANSEN_ROBINSON_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FRANSEN_ROBINSON_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FRANSEN_ROBINSON_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FRANSEN_ROBINSON_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FRANSEN_ROBINSON_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FREE_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.Argument
Type indicator for free argument.
FULLY_COMPILED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Fully compiled"
Function - Class in org.mariuszgromada.math.mxparser
Function class provides possibility to define user functions.
Function - org.mariuszgromada.math.mxparser.CalcStepRecord.StepType
 
Function(String, String, String...) - Constructor for class org.mariuszgromada.math.mxparser.Function
Constructor - creates function from function name, function expression string and argument names.
Function(String, String, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.Function
Constructor - creates function from function name and function expression string.
Function(String, FunctionExtension) - Constructor for class org.mariuszgromada.math.mxparser.Function
Constructor for function definition based on your own source code - this is via implementation of FunctionExtension interface.
Function(String, FunctionExtensionVariadic) - Constructor for class org.mariuszgromada.math.mxparser.Function
Constructor for function definition based on your own source code - this is via implementation of FunctionExtensionVariadic interface.
Function(String, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.Function
Constructor for function definition in natural math language, for instance providing on string "f(x,y) = sin(x) + cos(x)" is enough to define function "f" with parameters "x and y" and function body "sin(x) + cos(x)".
FUNCTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Function"
FUNCTION_1_ARG - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unary function"
FUNCTION_1_ARG_ABS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Absolut value"
FUNCTION_1_ARG_ACOS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse trigonometric cosine"
FUNCTION_1_ARG_ACTAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse trigonometric cotangent"
FUNCTION_1_ARG_ARCCSC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse trigonometric cosecant"
FUNCTION_1_ARG_ARCOSH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse hyperbolic cosine"
FUNCTION_1_ARG_ARCOTH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse hyperbolic cotangent"
FUNCTION_1_ARG_ARCSCH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse hyperbolic cosecant"
FUNCTION_1_ARG_ARCSEC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse trigonometric secant"
FUNCTION_1_ARG_ARSECH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse hyperbolic secant"
FUNCTION_1_ARG_ARSINH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse hyperbolic sine"
FUNCTION_1_ARG_ARTANH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse hyperbolic tangent"
FUNCTION_1_ARG_ASIN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse trigonometric sine"
FUNCTION_1_ARG_ATAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse trigonometric tangent"
FUNCTION_1_ARG_BELL_NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bell number"
FUNCTION_1_ARG_CEIL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Ceiling"
FUNCTION_1_ARG_COS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Trigonometric cosine"
FUNCTION_1_ARG_COSEC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Trigonometric cosecant"
FUNCTION_1_ARG_COSH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Hyperbolic cosine"
FUNCTION_1_ARG_COTH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Hyperbolic cotangent"
FUNCTION_1_ARG_CSCH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Hyperbolic cosecant"
FUNCTION_1_ARG_CTAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Trigonometric cotangent"
FUNCTION_1_ARG_DEG - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Radians to degrees"
FUNCTION_1_ARG_DI_GAMMA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Digamma as the logarithmic derivative of the Gamma"
FUNCTION_1_ARG_EXP - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Exponential"
FUNCTION_1_ARG_EXP_INT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Exponential integral"
FUNCTION_1_ARG_FIBONACCI_NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Fibonacci number"
FUNCTION_1_ARG_FLOOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Floor"
FUNCTION_1_ARG_GAMMA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gamma"
FUNCTION_1_ARG_GAUSS_ERF - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gauss error"
FUNCTION_1_ARG_GAUSS_ERF_INV - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse Gauss error"
FUNCTION_1_ARG_GAUSS_ERFC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gauss complementary error"
FUNCTION_1_ARG_GAUSS_ERFC_INV - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inverse Gauss complementary error"
FUNCTION_1_ARG_HARMONIC_NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Harmonic number"
FUNCTION_1_ARG_IS_PRIME - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Prime number test (is number a prime?)"
FUNCTION_1_ARG_ISNAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Returns true if value is a Not-a-Number (NaN), false otherwise"
FUNCTION_1_ARG_LAMBERT_W0 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Lambert-W, principal branch 0, also called the omega or product logarithm"
FUNCTION_1_ARG_LAMBERT_W1 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Lambert-W, branch -1, also called the omega or product logarithm"
FUNCTION_1_ARG_LN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Natural logarithm (base e)"
FUNCTION_1_ARG_LOG_GAMMA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Log Gamma"
FUNCTION_1_ARG_LOG_INT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Logarithmic integral"
FUNCTION_1_ARG_LOG10 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Common logarithm (base 10)"
FUNCTION_1_ARG_LOG2 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Binary logarithm (base 2)"
FUNCTION_1_ARG_LUCAS_NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Lucas number"
FUNCTION_1_ARG_NDIG10 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Number of digits in numeral system with base 10"
FUNCTION_1_ARG_NFACT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Prime decomposition - number of distinct prime factors"
FUNCTION_1_ARG_NOT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Negation"
FUNCTION_1_ARG_OFF_LOG_INT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Offset logarithmic integral"
FUNCTION_1_ARG_PARAM - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Automatically generated function for user defined functions, returns function parameter value at index 'i'"
FUNCTION_1_ARG_PRIME_COUNT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Prime-counting"
FUNCTION_1_ARG_RAD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Degrees to radians"
FUNCTION_1_ARG_SA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Sinc (normalized)"
FUNCTION_1_ARG_SEC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Trigonometric secant"
FUNCTION_1_ARG_SECH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Hyperbolic secant"
FUNCTION_1_ARG_SGN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Signum"
FUNCTION_1_ARG_SGN_GAMMA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Signum of Gamma"
FUNCTION_1_ARG_SIN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Trigonometric sine"
FUNCTION_1_ARG_SINC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Sinc (unnormalized)"
FUNCTION_1_ARG_SINH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Hyperbolic sine"
FUNCTION_1_ARG_SQRT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Squre root"
FUNCTION_1_ARG_TAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Trigonometric tangent"
FUNCTION_1_ARG_TANH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Hyperbolic tangent"
FUNCTION_1_ARG_ULP - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit in The Last Place"
FUNCTION_2_ARG - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Binary function"
FUNCTION_2_ARG_BERNOULLI_NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bernoulli numbers"
FUNCTION_2_ARG_BETA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The Beta, also called the Euler integral of the first kind"
FUNCTION_2_ARG_BINOM_COEFF - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Binomial coefficient, number of k-combinations that can be drawn from n-elements set"
FUNCTION_2_ARG_DIGIT10 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Digit at position 1 ... n (left -> right) or 0 ...
FUNCTION_2_ARG_EULER_NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Euler number"
FUNCTION_2_ARG_EULER_POLYNOMIAL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "EulerPol"
FUNCTION_2_ARG_FACTEXP - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Prime decomposition - factor exponent / multiplicity at position between 1 ... nfact(n) - ascending order by factor value"
FUNCTION_2_ARG_FACTVAL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Prime decomposition - factor value at position between 1 ... nfact(n) - ascending order by factor value"
FUNCTION_2_ARG_HARMONIC_NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Harmonic number"
FUNCTION_2_ARG_INC_GAMMA_LOWER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Lower incomplete gamma"
FUNCTION_2_ARG_INC_GAMMA_UPPER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Upper incomplete Gamma"
FUNCTION_2_ARG_KRONECKER_DELTA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Kronecker delta"
FUNCTION_2_ARG_LOG - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Logarithm"
FUNCTION_2_ARG_LOG_BETA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The Log Beta, also called the Log Euler integral of the first kind"
FUNCTION_2_ARG_MOD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Modulo"
FUNCTION_2_ARG_NDIG - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Number of digits representing the number in numeral system with given base"
FUNCTION_2_ARG_PERMUTATIONS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Number of k-permutations that can be drawn from n-elements set"
FUNCTION_2_ARG_REG_GAMMA_LOWER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Lower regularized P gamma"
FUNCTION_2_ARG_REG_GAMMA_UPPER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Upper regularized Q Gamma"
FUNCTION_2_ARG_ROOT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "N-th order root of a number"
FUNCTION_2_ARG_ROUND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Half-up rounding"
FUNCTION_2_ARG_STIRLING1_NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Stirling numbers of the first kind"
FUNCTION_2_ARG_STIRLING2_NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Stirling numbers of the second kind"
FUNCTION_2_ARG_WORPITZKY_NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Worpitzky number"
FUNCTION_3_ARG - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Ternary function"
FUNCTION_3_ARG_CHI - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Characteristic function for x in (a,b)"
FUNCTION_3_ARG_CHI_L - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Characteristic function for x in [a,b)"
FUNCTION_3_ARG_CHI_LR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Characteristic function for x in [a,b]"
FUNCTION_3_ARG_CHI_R - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Characteristic function for x in (a,b]"
FUNCTION_3_ARG_DIGIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Digit at position 1 ... n (left -> right) or 0 ...
FUNCTION_3_ARG_IF - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "If"
FUNCTION_3_ARG_INC_BETA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The incomplete Beta, also called the incomplete Euler integral of the first kind"
FUNCTION_3_ARG_REG_BETA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The regularized incomplete Beta (or regularized beta), also called the regularized incomplete Euler integral of the first kind"
FUNCTION_VARIADIC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Variadic function"
FUNCTION_VARIADIC_AND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Logical conjunction (AND) - variadic"
FUNCTION_VARIADIC_ARGMAX - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Arguments / indices of the maxima"
FUNCTION_VARIADIC_ARGMIN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Arguments / indices of the minima"
FUNCTION_VARIADIC_AVG - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mean / average value"
FUNCTION_VARIADIC_BASE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Returns number in given numeral system base represented by list of digits"
FUNCTION_VARIADIC_COALESCE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Returns the first non-NaN value"
FUNCTION_VARIADIC_CONT_FRAC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Continued fraction"
FUNCTION_VARIADIC_CONT_POL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Continued polynomial"
FUNCTION_VARIADIC_GCD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Greatest common divisor"
FUNCTION_VARIADIC_IFF - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "If function"
FUNCTION_VARIADIC_LCM - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Least common multiple"
FUNCTION_VARIADIC_MAX - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Maximum"
FUNCTION_VARIADIC_MEDIAN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The sample median"
FUNCTION_VARIADIC_MIN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Minimum"
FUNCTION_VARIADIC_MODE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mode - the value that appears most often"
FUNCTION_VARIADIC_NDIST - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Number of distinct values"
FUNCTION_VARIADIC_OR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Logical disjunction (OR) - variadic"
FUNCTION_VARIADIC_PROD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Multiplication"
FUNCTION_VARIADIC_RND_LIST - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Random number from a given list of numbers"
FUNCTION_VARIADIC_STD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bias-corrected sample standard deviation"
FUNCTION_VARIADIC_SUM - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Summation"
FUNCTION_VARIADIC_VAR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bias-corrected sample variance"
FUNCTION_VARIADIC_XOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Exclusive or (XOR) - variadic"
FUNCTION_WITH_EXTENDED_BODY_NO_ERRORS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "User-defined function with extended body - no errors by assumption."
Function1Arg - Class in org.mariuszgromada.math.mxparser.parsertokens
Unary functions (1 argument) - mXparser tokens definition.
Function1Arg() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
function1ArgDefStrRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
Function2Arg - Class in org.mariuszgromada.math.mxparser.parsertokens
Binary functions (2 arguments) - mXparser tokens definition.
Function2Arg() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
Function3Arg - Class in org.mariuszgromada.math.mxparser.parsertokens
Functions with 3 arguments - mXparser tokens definition.
Function3Arg() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
functionDefStrRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
FunctionExtension - Interface in org.mariuszgromada.math.mxparser
FunctionExtension provides interface for function algorithm definition.
FunctionExtensionVariadic - Interface in org.mariuszgromada.math.mxparser
FunctionExtensionVariadic similarly to FunctionExtension provides interface for function algorithm definition.
functionNameStart - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
If a root of the calculation tree is a function then function name is provided here
FunctionVariadic - Class in org.mariuszgromada.math.mxparser.parsertokens
Variadic functions (n parameters)- mXparser tokens definition.
FunctionVariadic() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
functionVariadicDefStrRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
fv - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
The function value in main unit
fvdeg - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
The function value in degrees for inverse trigonometric functions

G

GALLON - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Gallon
GALLON_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GALLON_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GALLON_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GALLON_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GALLON_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
gamma(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Real valued Gamma function
GAMMA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAMMA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAMMA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAMMA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAMMA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERF_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERF_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERF_INV_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERF_INV_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERF_INV_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERF_INV_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERF_INV_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERF_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERF_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERF_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERFC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERFC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERFC_INV_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERFC_INV_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERFC_INV_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERFC_INV_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERFC_INV_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERFC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERFC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_ERFC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
GAUSS_KUZMIN_WIRSING - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Gauss-Kuzmin-Wirsing constant
GAUSS_KUZMIN_WIRSING_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GAUSS_KUZMIN_WIRSING_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GAUSS_KUZMIN_WIRSING_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GAUSS_KUZMIN_WIRSING_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GAUSS_KUZMIN_WIRSING_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
gcd(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Greatest common divisor (GCD)
gcd(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Greatest common divisor (GCD)
gcd(long...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Greatest common divisor (GCD)
gcd(long, long) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Greatest common divisor (GCD)
GCD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
GCD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
GCD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
GCD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
GCD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
GENERAL_DERIVATIVE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
 
geq(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Greater or equal relation.
GEQ_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GEQ_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GEQ_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GEQ_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GEQ_SINCE_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GEQ_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GEQ_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GEQ_STR_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GEQ_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GEQ_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GEQ_SYN_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
getArgument(int) - Method in class org.mariuszgromada.math.mxparser.Argument
Gets argument from the argument expression.
getArgument(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets argument from the expression.
getArgument(int) - Method in class org.mariuszgromada.math.mxparser.Function
Gets argument from the function expression.
getArgument(String) - Method in class org.mariuszgromada.math.mxparser.Argument
Gets argument from the argument expression.
getArgument(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets argument from the expression.
getArgument(String) - Method in class org.mariuszgromada.math.mxparser.Function
Gets argument from the function expression.
getArgumentBodyType() - Method in class org.mariuszgromada.math.mxparser.Argument
Returns argument body type: Argument.BODY_RUNTIME Argument.BODY_EXTENDED
getArgumentExpressionString() - Method in class org.mariuszgromada.math.mxparser.Argument
Gets argument expression string
getArgumentIndex(String) - Method in class org.mariuszgromada.math.mxparser.Argument
Gets argument index from the argument expression.
getArgumentIndex(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets argument index from the expression.
getArgumentIndex(String) - Method in class org.mariuszgromada.math.mxparser.Function
Gets argument index from the function expression.
getArgumentName() - Method in class org.mariuszgromada.math.mxparser.Argument
Gets argument name
getArgumentsNumber() - Method in class org.mariuszgromada.math.mxparser.Argument
Gets number of arguments associated with the argument expression.
getArgumentsNumber() - Method in class org.mariuszgromada.math.mxparser.Expression
Gets number of arguments associated with the expression.
getArgumentsNumber() - Method in class org.mariuszgromada.math.mxparser.Function
Gets number of arguments associated with the function expression.
getArgumentType() - Method in class org.mariuszgromada.math.mxparser.Argument
Gets argument type
getArgumentValue() - Method in class org.mariuszgromada.math.mxparser.Argument
Gets argument value.
getArgumentValue() - Method in interface org.mariuszgromada.math.mxparser.ArgumentExtension
Actual algorithm implementation.
getArgumentValue(double) - Method in class org.mariuszgromada.math.mxparser.RecursiveArgument
Gets recursive argument value
getArgumentValue(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets argument vale.
getArgumentValue(CalcStepsRegister) - Method in class org.mariuszgromada.math.mxparser.Argument
Gets argument value and registers all the calculation steps
getBuiltinTokensToModify() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Return details on tokens marked to be modified.
getBuiltinTokensToRemove() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns current list of tokens marked to be removed.
getCacheStatus() - Method in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Returns cache status
getCanonicalExpressionString() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns expression string
getComputingTime() - Method in class org.mariuszgromada.math.mxparser.Argument
Gets computing time
getComputingTime() - Method in class org.mariuszgromada.math.mxparser.Expression
Gets computing time.
getComputingTime() - Method in class org.mariuszgromada.math.mxparser.Function
Gets computing time
getComputingTime() - Method in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Returns computing time of Eratosthenes Sieve
getConsoleOutput() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns console output string, console output string is being built by consolePrintln(), consolePrint().
getConstant(int) - Method in class org.mariuszgromada.math.mxparser.Argument
Gets constant associated with the argument expression.
getConstant(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets constant associated with the expression.
getConstant(int) - Method in class org.mariuszgromada.math.mxparser.Function
Gets constant associated with the function expression.
getConstant(String) - Method in class org.mariuszgromada.math.mxparser.Argument
Gets constant associated with the argument expression.
getConstant(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets constant associated with the expression.
getConstant(String) - Method in class org.mariuszgromada.math.mxparser.Function
Gets constant associated with the function expression.
getConstantIndex(String) - Method in class org.mariuszgromada.math.mxparser.Argument
Gets constant index associated with the argument expression.
getConstantIndex(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets constant index associated with the expression.
getConstantIndex(String) - Method in class org.mariuszgromada.math.mxparser.Function
Gets constant index associated with the function expression.
getConstantName() - Method in class org.mariuszgromada.math.mxparser.Constant
Gets constant name
getConstantsNumber() - Method in class org.mariuszgromada.math.mxparser.Argument
Gets number of constants associated with the argument expression.
getConstantsNumber() - Method in class org.mariuszgromada.math.mxparser.Expression
Gets number of constants associated with the expression.
getConstantsNumber() - Method in class org.mariuszgromada.math.mxparser.Function
Gets number of constants associated with the function expression.
getConstantValue() - Method in class org.mariuszgromada.math.mxparser.Constant
Gets constant value.
getConstantValue(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Returns constant value, where constant is represented by the token id in the ConstantValue class
getCopyOfInitialTokens() - Method in class org.mariuszgromada.math.mxparser.Expression
Tokenizes expression string and returns tokens list, including: string, type, level.
getDescription() - Method in class org.mariuszgromada.math.mxparser.Argument
Gets argument description.
getDescription() - Method in class org.mariuszgromada.math.mxparser.Constant
Gets constant description.
getDescription() - Method in class org.mariuszgromada.math.mxparser.Expression
Gets expression description.
getDescription() - Method in class org.mariuszgromada.math.mxparser.Function
Gets function description
getDistValues(double[], boolean) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Returns list of distinct values found in a given array.
getEpsilon() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Returns current epsilon value.
getEpsilon() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns current epsilon value.
geTermsOfAgreement() - Static method in class org.mariuszgromada.math.mxparser.License
Return the terms of MathParser.org-mXparser DUAL LICENSE AGREEMENT.
getErrorMessage() - Method in class org.mariuszgromada.math.mxparser.Argument
Returns error message after checking the syntax
getErrorMessage() - Method in class org.mariuszgromada.math.mxparser.Constant
Method return error message after
getErrorMessage() - Method in class org.mariuszgromada.math.mxparser.Expression
Method return error message after calling checkSyntax() method or calculate().
getErrorMessage() - Method in class org.mariuszgromada.math.mxparser.Function
Returns error message after checking the syntax.
getErrorMessage() - Static method in class org.mariuszgromada.math.mxparser.License
Information about the problem encountered when calling methods: License.iConfirmNonCommercialUse(...), License.iConfirmCommercialUse(...)
getExpressionString() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns expression string
getFunction(int) - Method in class org.mariuszgromada.math.mxparser.Argument
Gets function associated with the argument expression.
getFunction(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets function associated with the expression.
getFunction(int) - Method in class org.mariuszgromada.math.mxparser.Function
Gets function associated with the function expression.
getFunction(String) - Method in class org.mariuszgromada.math.mxparser.Argument
Gets function associated with the argument expression.
getFunction(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets function associated with the expression.
getFunction(String) - Method in class org.mariuszgromada.math.mxparser.Function
Gets function associated with the function expression.
getFunctionBodyType() - Method in class org.mariuszgromada.math.mxparser.Function
Returns function body type: Function.BODY_RUNTIME Function.BODY_EXTENDED
getFunctionExpressionString() - Method in class org.mariuszgromada.math.mxparser.Function
Gets function expression string
getFunctionIndex(String) - Method in class org.mariuszgromada.math.mxparser.Argument
Gets index of function associated with the argument expression.
getFunctionIndex(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets index of function associated with the expression.
getFunctionIndex(String) - Method in class org.mariuszgromada.math.mxparser.Function
Gets index of function associated with the function expression.
getFunctionName() - Method in class org.mariuszgromada.math.mxparser.Function
Gets function name.
getFunctionsNumber() - Method in class org.mariuszgromada.math.mxparser.Argument
Gets number of functions associated with the argument expression.
getFunctionsNumber() - Method in class org.mariuszgromada.math.mxparser.Expression
Gets number of functions associated with the expression.
getFunctionsNumber() - Method in class org.mariuszgromada.math.mxparser.Function
Gets number of functions associated with the function expression.
getFunctionValue(Expression, Argument, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Calculates function f(x0) (given as expression) assigning Argument x = x0;
getFunctionValue(Expression, Argument, double) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Deprecated.
getFunctionValues(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Returns array of double values of the function f(i) calculated on the range: i = from to i = to by step = delta
getFunctionValues(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mXparser
getHelp() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns detailed user help on the syntax of mathematical expressions.
getHelp() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns detailed user help on the syntax of mathematical expressions.
getHelp(boolean, boolean, String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns detailed user help on the syntax of mathematical expressions.
getHelp(boolean, boolean, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns detailed user help on the syntax of mathematical expressions.
getHelp(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns detailed user help on the syntax of mathematical expressions.
getHelp(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns detailed user help on the syntax of mathematical expressions.
getHelp(String, boolean, boolean, String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns detailed user help on the syntax of mathematical expressions.
getHelp(String, boolean, boolean, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns detailed user help on the syntax of mathematical expressions.
getHelpAsCsv() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as CSV) detailed user help on the syntax of mathematical expressions.
getHelpAsCsv() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as CSV) detailed user help on the syntax of mathematical expressions.
getHelpAsCsv(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as CSV) detailed user help on the syntax of mathematical expressions.
getHelpAsCsv(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as CSV) detailed user help on the syntax of mathematical expressions.
getHelpAsCsv(String, String, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as CSV) detailed user help on the syntax of mathematical expressions.
getHelpAsCsv(String, String, boolean) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as CSV) detailed user help on the syntax of mathematical expressions.
getHelpAsCsv(String, String, String, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as CSV) detailed user help on the syntax of mathematical expressions.
getHelpAsCsv(String, String, String, boolean) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as CSV) detailed user help on the syntax of mathematical expressions.
getHelpAsHtmlTable() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as HTML table) detailed user help on the syntax of mathematical expressions.
getHelpAsHtmlTable() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as HTML table) detailed user help on the syntax of mathematical expressions.
getHelpAsHtmlTable(boolean, boolean, boolean, String, String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as HTML table) detailed user help on the syntax of mathematical expressions.
getHelpAsHtmlTable(boolean, boolean, boolean, String, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as HTML table) detailed user help on the syntax of mathematical expressions.
getHelpAsHtmlTable(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as HTML table) detailed user help on the syntax of mathematical expressions.
getHelpAsHtmlTable(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as HTML table) detailed user help on the syntax of mathematical expressions.
getHelpAsHtmlTable(String, boolean, boolean, boolean, String, String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as HTML table) detailed user help on the syntax of mathematical expressions.
getHelpAsHtmlTable(String, boolean, boolean, boolean, String, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as HTML table) detailed user help on the syntax of mathematical expressions.
getHelpAsJson() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as Json) detailed user help on the syntax of mathematical expressions.
getHelpAsJson() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as Json) detailed user help on the syntax of mathematical expressions.
getHelpAsJson(boolean, String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as Json) detailed user help on the syntax of mathematical expressions.
getHelpAsJson(boolean, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as Json) detailed user help on the syntax of mathematical expressions.
getHelpAsJson(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as Json) detailed user help on the syntax of mathematical expressions.
getHelpAsJson(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as Json) detailed user help on the syntax of mathematical expressions.
getHelpAsJson(String, boolean, String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as Json) detailed user help on the syntax of mathematical expressions.
getHelpAsJson(String, boolean, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as Json) detailed user help on the syntax of mathematical expressions.
getHelpAsMarkdownTable() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as Markdown table) detailed user help on the syntax of mathematical expressions.
getHelpAsMarkdownTable() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as Markdown table) detailed user help on the syntax of mathematical expressions.
getHelpAsMarkdownTable(boolean, boolean, String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as Markdown table) detailed user help on the syntax of mathematical expressions.
getHelpAsMarkdownTable(boolean, boolean, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as Markdown table) detailed user help on the syntax of mathematical expressions.
getHelpAsMarkdownTable(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as Markdown table) detailed user help on the syntax of mathematical expressions.
getHelpAsMarkdownTable(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as Markdown table) detailed user help on the syntax of mathematical expressions.
getHelpAsMarkdownTable(String, boolean, boolean, String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns (as Markdown table) detailed user help on the syntax of mathematical expressions.
getHelpAsMarkdownTable(String, boolean, boolean, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns (as Markdown table) detailed user help on the syntax of mathematical expressions.
getKeyWords() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns list of keywords known to the parser
getKeyWords() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns list of keywords known to the parser
getKeyWords(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Returns list of keywords known to the parser.
getKeyWords(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns list of keywords known to the parser.
getLastOperationMessage() - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Text information about the last operation performed by any serialization or deserialization method.
getLicense() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Gets license info
getMaxAllowedRecursionDepth() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Internal limit to avoid infinite loops while calculating expression defined in the way shown by below examples.
getMaxNumInCache() - Method in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Returns cache range.
getMaxNumInPrimesCache() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns maximum integer number in primes cache
getMissingUserDefinedArguments() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns missing user defined arguments names, i.e.
getMissingUserDefinedFunctions() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns missing user defined functions names, i.e.
getMissingUserDefinedUnits() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns missing user defined units names, i.e. 2*[w] + [q] where [w] and [q] are not defined function will return [w] and [q].
getMyTypeId() - Method in class org.mariuszgromada.math.mxparser.PrimitiveElement
Returns element type id
getNumberOfPrimes() - Method in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Returns number of found primes.
getNumeralSystemBase(String) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Recognition of numeral system base in which number literal represents number.
getParameterName(int) - Method in class org.mariuszgromada.math.mxparser.Function
Gets user defined function parameter name
getParameterName(int) - Method in interface org.mariuszgromada.math.mxparser.FunctionExtension
Gets parameter name
getParametersNumber() - Method in class org.mariuszgromada.math.mxparser.Function
Gets number of parameters associated with the function expression.
getParametersNumber() - Method in interface org.mariuszgromada.math.mxparser.FunctionExtension
Gets parameters number.
getRandomVariableValue(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Returns random variable value, where random variable is represented by the token id in the RandomVariable class
getRecursiveMode() - Method in class org.mariuszgromada.math.mxparser.Argument
Gets recursive mode status
getRecursiveMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Gets recursive mode status
getRecursiveMode() - Method in class org.mariuszgromada.math.mxparser.Function
Gets recursive mode status
getSerialVersionUID(int) - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Unique serialization UID based on library version and class id.
getSpecialValueAcos(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Returns special value of inverse trigonometric cosine function
getSpecialValueAcsc(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Returns special value of inverse trigonometric cosecant function
getSpecialValueActan(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Returns special value of inverse trigonometric cotangent function
getSpecialValueAsec(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Returns special value of inverse trigonometric secant function
getSpecialValueAsin(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Returns special value of inverse trigonometric sine function
getSpecialValueAtan(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Returns special value of inverse trigonometric tangent function
getSpecialValueTrigonometric(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Returns special values of trigonometric functions
getStringResources() - Static method in class org.mariuszgromada.math.mxparser.StringModel
Gets currently used user-specific text resource object.
getSyntaxStatus() - Method in class org.mariuszgromada.math.mxparser.Constant
Gets syntax status of the expression.
getSyntaxStatus() - Method in class org.mariuszgromada.math.mxparser.Expression
Gets syntax status of the expression.
getThreadsNumber() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Gets maximum threads number
getToFractionInitSearchSize() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Gets initial search size used by the toFraction method
getToFractionInitSearchSize() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Gets initial search size used by the toFraction method
getTokenTypeDescription(int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Deprecated.
Planned to be removed, use Token.getTokenTypeDescription(int) instead
getTokenTypeDescription(int) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Returns token type description.
getUnitValue(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Units
Returns unit value, where unit is represented by the token id in the Unit class
getUseTypeConfirmationMessage() - Static method in class org.mariuszgromada.math.mxparser.License
Verifies whether the use type has been successfully confirmed and signed.
getVerboseMode() - Method in class org.mariuszgromada.math.mxparser.Argument
Returns verbose mode status
getVerboseMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns verbose mode status.
getVerboseMode() - Method in class org.mariuszgromada.math.mxparser.Function
Returns verbose mode status
GIGA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Giga
GIGA_BIL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGA_BIL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGA_ELECTRONO_VOLT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Giga Electrono-Volt
GIGA_ELECTRONO_VOLT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGA_ELECTRONO_VOLT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGA_ELECTRONO_VOLT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGA_ELECTRONO_VOLT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGA_ELECTRONO_VOLT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGABIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Gigabit
GIGABIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGABIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGABIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGABIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGABIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGABYTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Gigabyte
GIGABYTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGABYTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGABYTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGABYTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GIGABYTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GOLDEN_RATIO - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Golden ratio
GOLDEN_RATIO_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOLDEN_RATIO_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOLDEN_RATIO_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOLDEN_RATIO_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOLDEN_RATIO_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOLOMB_DICKMAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Golomb-Dickman constant
GOLOMB_DICKMAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOLOMB_DICKMAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOLOMB_DICKMAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOLOMB_DICKMAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOLOMB_DICKMAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOMPERTZ - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Gompertz Constant OEIS A073003
GOMPERTZ_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOMPERTZ_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOMPERTZ_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOMPERTZ_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GOMPERTZ_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GRAM - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Gram
GRAM_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GRAM_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GRAM_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GRAM_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GRAM_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
GRAVIT_ACC_EARTH - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Gravitational acceleration - Earth (normal)
GRAVIT_ACC_EARTH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GRAVIT_ACC_EARTH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GRAVIT_ACC_EARTH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GRAVIT_ACC_EARTH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GRAVIT_ACC_EARTH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GRAVITATIONAL_CONSTANT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Gravitational constant
GRAVITATIONAL_CONSTANT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GRAVITATIONAL_CONSTANT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GRAVITATIONAL_CONSTANT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GRAVITATIONAL_CONSTANT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GRAVITATIONAL_CONSTANT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GROUP_SHORT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "gr"
gt(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Greater than relation.
GT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
GT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 

H

HAFNER_SARNAK_MCCURLEY - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Hafner-Sarnak-McCurley constant
HAFNER_SARNAK_MCCURLEY_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
HAFNER_SARNAK_MCCURLEY_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
HAFNER_SARNAK_MCCURLEY_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
HAFNER_SARNAK_MCCURLEY_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
HAFNER_SARNAK_MCCURLEY_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
HARMONIC_NUMBER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
HARMONIC_NUMBER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
HARMONIC_NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
HARMONIC_NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
HARMONIC_NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
HARMONIC_NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
HARMONIC_NUMBER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
HARMONIC_NUMBER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
HARMONIC_NUMBER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
HARMONIC_NUMBER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
harmonicNumber(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Harmonic number
harmonicNumber(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Harmonic number 1/1 + 1/2^x + ... + 1/n^x
harmonicNumber(double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Harmonic number 1/1 + 1/2^x + ... + 1/n^x
harmonicNumber(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Harmonic numer
HECTARE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Hectare
HECTARE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HECTARE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HECTARE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HECTARE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HECTARE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HECTO - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Hecto
HECTO_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HECTO_HUND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HECTO_HUND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HECTO_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HECTO_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HECTO_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HECTO_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HELP_CONTENT_LIMITED_TO_QUERY - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Help content limited to query"
hexString2AsciiString(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Deprecated.
Planned to be removed, use StringUtils.hexString2AsciiString(String) instead
hexString2AsciiString(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
Converts hex string into ASCII string, where each letter is represented by two hex digits (byte) from the hex string.
HOUR - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
HOUR
HOUR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HOUR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HOUR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HOUR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
HOUR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
hypergeometricF(double, double, double, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
The Gaussian or ordinary hypergeometric special function

I

iConfirmCommercialUse(String) - Static method in class org.mariuszgromada.math.mxparser.License
By successfully calling this method, you confirm and sign that you use MathParser.org-mXparser commercially according to the License.geTermsOfAgreement().
iConfirmNonCommercialUse(String) - Static method in class org.mariuszgromada.math.mxparser.License
By successfully calling this method, you confirm and sign that you use MathParser.org-mXparser non-commercially according to the License.geTermsOfAgreement().
IF_CONDITION_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
IF_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
IF_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
IF_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
IF_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
IF_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
IFF_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
IFF_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
IFF_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
IFF_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
IFF_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
imp(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean IMP
IMP_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
IMP_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
IMP_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
IMP_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
IMP_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
IMP_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
IMP_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
IMP_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
IMP_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
IMP truth table
INC_BETA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
INC_BETA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
INC_BETA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
INC_BETA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
INC_BETA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
INC_GAMMA_LOWER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
INC_GAMMA_LOWER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
INC_GAMMA_LOWER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
INC_GAMMA_LOWER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
INC_GAMMA_LOWER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
INC_GAMMA_UPPER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
INC_GAMMA_UPPER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
INC_GAMMA_UPPER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
INC_GAMMA_UPPER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
INC_GAMMA_UPPER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
INCH - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Inch
INCH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
INCH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
INCH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
INCH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
INCH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
incompleteBeta(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Log Incomplete Beta special function
incompleteGammaLower(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Incomplete lower gamma function
incompleteGammaUpper(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Incomplete upper gamma function
INCORRECT_NUMBER_OF_FUNCTION_PARAMETERS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Incorrect number of function parameters."
INCORRECT_NUMBER_OF_PARAMETERS_IN_USER_DEFINED_FUNCTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Incorrect number of parameters in user-defined function."
INDEX - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "index"
initPrimesCache() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Initialization of prime numbers cache.
initPrimesCache(int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Initialization of prime numbers cache.
initPrimesCache(PrimesCache) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Initialization of prime numbers cache.
INT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
INT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
INT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
INT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
INT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
INT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
INT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
INT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
INT1_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT1_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT1_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT3_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT3_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT3_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT3_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT3_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT4_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT4_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT4_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT4_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT4_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT5_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT5_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT5_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT5_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT5_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT6_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT6_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT6_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT6_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT6_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT7_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT7_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT7_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT7_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT7_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT8_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT8_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT8_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT8_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT8_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT9_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT9_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT9_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT9_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INT9_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
INTEGER - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
integerPart(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Returns integer part of a double value.
INTEGRAL_SOLVE_OPERATOR_EXPECTS_4_CALCULUS_PARAMETERS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The integral / solve operator expects 4 calculus parameters."
integralTrapezoid(Expression, Argument, double, double, double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Trapezoid numerical integration
INTERNAL_ERROR_STRANGE_TOKEN_LEVEL_FINISHING - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Internal error / strange token level - finishing.
INVALID_ARGUMENT_DEFINITION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Invalid argument definition."
INVALID_ARGUMENT_NAME - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Invalid argument name."
INVALID_CONSTANT_DEFINITION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Invalid constant definition."
INVALID_CONSTANT_NAME - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Invalid constant name."
INVALID_FUNCTION_DEFINITION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Invalid function definition."
INVALID_FUNCTION_NAME - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Invalid function name."
INVALID_TOKEN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Invalid token."
INVALID_TOKEN_POSSIBLY_MISSING_MULTIPLICATION_OPERATOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Invalid token.
inverseRegularizedBeta(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Inerse regularized incomplete Beta special function
inverseRegularizedGammaLowerP(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Inverse of regularized lower gamma function 'P'
IS_NOT_PRIME - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Indicator if given number is not a prime
IS_PRIME - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Indicator if given number is a prime
IS_PRIME_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
IS_PRIME_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
IS_PRIME_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
IS_PRIME_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
IS_PRIME_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
isAlmostInt(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Verifies whether provided number is almost integer
isBinaryOperator() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is a binary operator.
isBinarySerializationEnabled() - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Returns whether binary serialization done by SerializationUtils is enabled by.
isCurrentCalculationCancelled() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Check whether a flag to cancel current calculation process is set.
isEqualOrAlmost(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Test for equality or almost equality.
isFunctionForm(KeyWord) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
Checks whether the specified keyword is in the form of a function.
isIdentifier() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is an identifier.
isInitPrimesCacheSuccessful() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Returns true in case when primes cache initialization was successful, otherwise returns false.
isInitSuccessful() - Method in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Returns true in case when primes cache initialization was successful, otherwise returns false.
isInteger(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Check whether double value is almost integer.
isLeftParenthesis() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is a left parenthesis.
ISNAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ISNAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ISNAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ISNAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ISNAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
isNumber() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is a number.
isParameterSeparator() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is a parameter separator.
isRightParenthesis() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is a right parenthesis.
isSpecialTokenName() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is represented by a special name in the form [...].
isUnaryLeftOperator() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is a left unary operator.
isUnaryRightOperator() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is a right unary operator.
isUnicodeRootOperator() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token represents unicode root operator
ITERATED_OPERATOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Iterated operator"
ITERATED_OPERATOR_EXPECTS_4_OR_5_CALCULUS_PARAMETERS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The iterated operator expects 4 or 5 calculus parameters."

J

JOULE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Jule
JOULE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
JOULE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
JOULE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
JOULE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
JOULE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
JULIAN_YEAR - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
JULIAN YEAR
JULIAN_YEAR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
JULIAN_YEAR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
JULIAN_YEAR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
JULIAN_YEAR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
JULIAN_YEAR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
JUPITER_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Jupiter mass
JUPITER_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Jupiter radius
JUPITER_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Jupiter semi-major axis
JUPITER_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
JUPITER_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 

K

KELVIN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Kelvin
keyWord - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
Key word string (if matched)
KeyWord - Class in org.mariuszgromada.math.mxparser.parsertokens
Class representing key words knowon to the parser
KeyWord() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
 
KeyWord(String, String, int, String, String, int) - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
Constructor - creates key words form wordString wordId wordTypId syntax since
KEYWORD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Keyword"
KHINCHIN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Khinchin's constant
KHINCHIN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
KHINCHIN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
KHINCHIN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
KHINCHIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
KHINCHIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
KILO - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Kilo
KILO_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILO_ELECTRONO_VOLT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Kilo Electrono-Volt
KILO_ELECTRONO_VOLT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILO_ELECTRONO_VOLT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILO_ELECTRONO_VOLT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILO_ELECTRONO_VOLT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILO_ELECTRONO_VOLT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILO_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILO_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILO_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILO_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILO_TH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILO_TH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOBIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Kilobit
KILOBIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOBIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOBIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOBIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOBIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOBYTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Kilobyte
KILOBYTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOBYTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOBYTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOBYTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOBYTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOGRAM - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Kilogram
KILOGRAM_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOGRAM_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOGRAM_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOGRAM_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOGRAM_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Kilometer
KILOMETRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_PER_HOUR - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Kilometre per hour
KILOMETRE_PER_HOUR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_PER_HOUR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_PER_HOUR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_PER_HOUR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_PER_HOUR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_PER_HOUR2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Kilometre per squared hour
KILOMETRE_PER_HOUR2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_PER_HOUR2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_PER_HOUR2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_PER_HOUR2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_PER_HOUR2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Square kilometre
KILOMETRE2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE3 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Qubic kilometre
KILOMETRE3_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE3_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE3_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE3_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOMETRE3_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KILOPARSEC - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Kiloparsec
KILOPARSEC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
KILOPARSEC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
KILOPARSEC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
KILOPARSEC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
KILOPARSEC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
KNOT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Knot
KNOT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KNOT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KNOT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KNOT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KNOT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
KRONECKER_DELTA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
KRONECKER_DELTA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
KRONECKER_DELTA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
KRONECKER_DELTA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
KRONECKER_DELTA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
kroneckerDelta(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Kronecker delta
kroneckerDelta(int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Kronecker delta

L

LAMBERT_W0_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LAMBERT_W0_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LAMBERT_W0_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LAMBERT_W0_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LAMBERT_W0_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LAMBERT_W1_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LAMBERT_W1_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LAMBERT_W1_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LAMBERT_W1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LAMBERT_W1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
lambertW(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Real-valued Lambert-W function approximation.
lanchosGamma(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Gamma function implementation based on Lanchos approximation algorithm
LANDAU - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Landau's constant
LANDAU_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LANDAU_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LANDAU_RAMANUJAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Landau-Ramanujan constant
LANDAU_RAMANUJAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LANDAU_RAMANUJAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LANDAU_RAMANUJAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LANDAU_RAMANUJAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LANDAU_RAMANUJAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LANDAU_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LANDAU_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LANDAU_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LAPLACE_LIMIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Laplace limit
LAPLACE_LIMIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LAPLACE_LIMIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LAPLACE_LIMIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LAPLACE_LIMIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LAPLACE_LIMIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LAST - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "last"
lastInGroup - Variable in class org.mariuszgromada.math.mxparser.CalcStepRecord
True if this is a last step in a given group.
lcm(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Latest common multiply (LCM)
lcm(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Latest common multiply (LCM)
lcm(long...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Latest common multiply (LCM)
lcm(long, long) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Latest common multiply (LCM)
LCM_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
LCM_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
LCM_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
LCM_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
LCM_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
LEFT_DERIVATIVE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Derivative type specification
LEFT_PARENTHESES_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
LEFT_PARENTHESES_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
LEFT_PARENTHESES_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
LEFT_PARENTHESES_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
LEFT_PARENTHESES_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
LEFT_SHIFT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
LEFT_SHIFT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
LEFT_SHIFT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
LEFT_SHIFT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
LEFT_SHIFT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
LEGENDRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Legendre's constant
LEGENDRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LEGENDRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LEGENDRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LEGENDRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LEGENDRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
lengthRound(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Intelligent rounding of a number within the decimal position of the ULP (Unit in the Last Place), provided that the result is significantly shortened in the standard decimal notation.
LENGYEL - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Lengyel's constant
LENGYEL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LENGYEL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LENGYEL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LENGYEL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LENGYEL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
leq(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Lower or equal relation.
LEQ_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LEQ_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LEQ_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LEQ_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LEQ_SINCE_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LEQ_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LEQ_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LEQ_STR_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LEQ_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LEQ_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LEQ_SYN_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LEVY - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Levy's constant
LEVY_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LEVY_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LEVY_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LEVY_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LEVY_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LEXICAL_ERROR_HAS_BEEN_FOUND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "A lexical error has been found."
LI2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
A069284 - Logarithmic integral function li(2)
LI2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LI2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LI2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LI2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LI2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
License - Class in org.mariuszgromada.math.mxparser
A class that provides commercial and non-commercial use mode registration.
License() - Constructor for class org.mariuszgromada.math.mxparser.License
 
LICENSE - Static variable in class org.mariuszgromada.math.mxparser.mXparser
The terms of MathParser.org-mXparser DUAL LICENSE AGREEMENT.
LIEB_QUARE_ICE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Porter's constant
LIEB_QUARE_ICE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIEB_QUARE_ICE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIEB_QUARE_ICE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIEB_QUARE_ICE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIEB_QUARE_ICE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIGHT_SPEED - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Light speed
LIGHT_SPEED_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIGHT_SPEED_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIGHT_SPEED_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIGHT_SPEED_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIGHT_SPEED_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIGHT_YEAR - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Light year
LIGHT_YEAR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIGHT_YEAR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIGHT_YEAR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIGHT_YEAR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LIGHT_YEAR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LITRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Litre
LITRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
LITRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
LITRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
LITRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
LITRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ln(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Natural logarithm
LN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LN_SQRT2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Natural logarithm of sqrt(2)
LN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LNPI - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Natural logarithm of pi
log(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
General logarithm.
LOG_BETA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
LOG_BETA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
LOG_BETA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
LOG_BETA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
LOG_BETA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
LOG_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
LOG_GAMMA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG_GAMMA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG_GAMMA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG_GAMMA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG_GAMMA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
LOG_INT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG_INT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG_INT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG_INT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG_INT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
LOG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
LOG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
log10(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Common logarithm
LOG10_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG10_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG10_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG10_SINCE_LG - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG10_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG10_STR_LG - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG10_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG10_SYN_LG - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
log2(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Binary logarithm
LOG2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LOG2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
logarithmicIntegralLi(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Logarithmic integral function li(x)
logBeta(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Log Beta special function
logGamma(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Real valued log gamma function.
looksLike - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
If token was not matched then looksLike functionality is trying asses the kind of token
lt(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Lower than relation.
LT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
LUCAS_NUMBER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LUCAS_NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LUCAS_NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LUCAS_NUMBER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
LUCAS_NUMBER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
lucasNumber(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Lucas numebrs
lucasNumber(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Lucas numebrs

M

main(String[]) - Static method in class org.mariuszgromada.math.mxparser.Tutorial
 
makeMultiplyToken() - Static method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Creates token representing multiplication operator.
MARS_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Mars mass
MARS_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Mars radius
MARS_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Mars semi-major axis
MARS_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MARS_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MathConstants - Class in org.mariuszgromada.math.mxparser.mathcollection
MathConstants - class representing the most important math constants.
MathConstants() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
 
MATHEMATICAL_CONSTANT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mathematical constant"
MathFunctions - Class in org.mariuszgromada.math.mxparser.mathcollection
MathFunctions - the most popular math functions.
MathFunctions() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
 
MATHPARSERORG_MXPARSER_DUAL_LICENSE_AGREEMENT - Static variable in class org.mariuszgromada.math.mxparser.License
The terms of MathParser.org-mXparser DUAL LICENSE AGREEMENT
max(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Maximum function.
max(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Maximum function.
max(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Maximum value - iterative operator.
MAX_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
MAX_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MAX_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
MAX_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MAX_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
MAX_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MAX_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
MAX_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MAX_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
MAX_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MAXIMUM_ERROR_MESSAGE_LENGTH_EXCEEDED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The maximum error message length has been exceeded."
median(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Statistics
Sample median
MEDIAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MEDIAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MEDIAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MEDIAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MEDIAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MEGA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Mega
MEGA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGA_ELECTRONO_VOLT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Mega Electrono-Volt
MEGA_ELECTRONO_VOLT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGA_ELECTRONO_VOLT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGA_ELECTRONO_VOLT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGA_ELECTRONO_VOLT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGA_ELECTRONO_VOLT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGA_MIL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGA_MIL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGABIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Megabit
MEGABIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGABIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGABIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGABIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGABIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGABYTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Megabyte
MEGABYTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGABYTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGABYTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGABYTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEGABYTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MEISSEL_MERTEENS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Meissel-Mertens constant
MEISSEL_MERTEENS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MEISSEL_MERTEENS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MEISSEL_MERTEENS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MEISSEL_MERTEENS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MEISSEL_MERTEENS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Mercury mass
MERCURY_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Mercury radius
MERCURY_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Mercury semi-major axis
MERCURY_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MERCURY_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
METRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Meter
METRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_PER_SECOND - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Metre per second
METRE_PER_SECOND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_PER_SECOND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_PER_SECOND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_PER_SECOND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_PER_SECOND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_PER_SECOND2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Metre per squared second
METRE_PER_SECOND2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_PER_SECOND2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_PER_SECOND2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_PER_SECOND2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_PER_SECOND2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Square metre
METRE2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE3 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Qubic metre
METRE3_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE3_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE3_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE3_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRE3_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
METRIC_PREFIX - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Metric prefix"
MICRO - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Micro
MICRO_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MICRO_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MICRO_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MICRO_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MICRO_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Mile
MILE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_PER_HOUR - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Mile per hour
MILE_PER_HOUR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_PER_HOUR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_PER_HOUR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_PER_HOUR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_PER_HOUR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_PER_HOUR2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Mile per squared hour
MILE_PER_HOUR2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_PER_HOUR2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_PER_HOUR2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_PER_HOUR2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_PER_HOUR2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLI - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Milli
MILLI_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLI_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLI_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIGRAM - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Milligram
MILLIGRAM_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIGRAM_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIGRAM_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.