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

a - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
a1aNInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
abs(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Absolute value.
ABS(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Absolut value Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcus cosine / Inverse trigonometric functions Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcus cotangent / Inverse trigonometric functions Sets tokens to number token
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
 
add_escapes(String) - Static method in exception org.mariuszgromada.math.mxparser.syntaxchecker.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAllAtTheEndElements() - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
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.
addArgumentsKeyWords(List<Argument>, List<KeyWord>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
addAtIndex - Variable in class org.mariuszgromada.math.mxparser.ElementAtTheEnd
 
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.
addConstantsKeyWords(List<Constant>, List<KeyWord>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
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.
addErrorMassage(String, String, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
addErrorMassage(String, String, String, int, int) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
addErrorMassage(String, String, String, int, int, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
addErrorMassage(String, String, String, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
addErrorMassageNoLevel(String, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
addErrorMassageNoLevel(String, String, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
addErrorMassageNoLevel(String, String, String, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
addErrorMassageTokenString(String, String, String, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
addErrorMassageTokenString(String, String, String, String, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
addEscapes(String) - Static method in error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addFractionToken(Token) - Method in class org.mariuszgromada.math.mxparser.Expression
Adds fraction token to the tokens list
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.
addFunctionsKeyWords(List<Function>, List<KeyWord>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
addHeadTokensArguments(List<Token>) - Method in class org.mariuszgromada.math.mxparser.Function
 
addKeyWord(String, String, int, String, String, int, List<KeyWord>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
addKeyWordUnicode(String, String, int, String, String, int, boolean, List<KeyWord>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
addParserKeyWords(boolean, boolean, boolean, List<KeyWord>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
addRelatedExpression(Expression) - Method in class org.mariuszgromada.math.mxparser.Argument
Adds related expression to the argumentExpression
addRelatedExpression(Expression) - Method in class org.mariuszgromada.math.mxparser.Constant
Adds related expression.
addRelatedExpression(Expression) - Method in class org.mariuszgromada.math.mxparser.Expression
Adds related expression The same expression could be added more than once For example when
addRelatedExpression(Expression) - Method in class org.mariuszgromada.math.mxparser.Function
Adds related expression.
addToken(String, KeyWord) - Method in class org.mariuszgromada.math.mxparser.Expression
 
addToken(String, KeyWord, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
Adds expression token Method is called by the tokenExpressionString() while parsing string expression
addUDFSpecificParserKeyWords(List<KeyWord>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
addUserDefinedKeyWords() - Method in class org.mariuszgromada.math.mxparser.Expression
 
adjustBeginLineColumn(int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
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.
almostIntRounding - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Indicator marking whether to round final result to precise integer when result is very close to integer, solves problems like sin(pi) = 0
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
analyzeArgumentDefinitionString(boolean, boolean, String, PrimitiveElement...) - Method in class org.mariuszgromada.math.mxparser.Argument
Argument definition in one string logic
and(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean AND
AND - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
AND(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logical AND
AND_CONTINUE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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
AND_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
AND_VARIADIC
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
APERY_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
APOSTROPHE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
applySequenceFromCompilation(CalcStepsRegister, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcuus cosecant Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcus hyperbolic cosine Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcus hyperbolic cotangent Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcus hyperbolic cosecant Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcuus secant Sets tokens to number token
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
 
arg - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
arg - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker.JJCalls
 
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
 
ARGMAX_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
ARGMAX_VARIADIC
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
 
ARGMIN_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
ARGMIN_VARIADIC
argument - Variable in class org.mariuszgromada.math.mxparser.ArgumentParameter
 
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(boolean, String, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.Argument
Package level constructor used by RecursiveArgument class
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(Argument, boolean, CloneCache) - Constructor for class org.mariuszgromada.math.mxparser.Argument
 
ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
ARGUMENT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Argument"
ARGUMENT_DEFINITION_EXAMPLES - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
ARGUMENT_INITIAL_VALUE - Static variable in class org.mariuszgromada.math.mxparser.Argument
Double.NaN as initial value of the argument.
ARGUMENT_NAME_EXAMPLES - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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."
argumentAdditionSeriesEi(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Supporting function while Exponential integral function Ei(x) calculation
argumentBodyType - Variable in class org.mariuszgromada.math.mxparser.Argument
Argument body type.
argumentClones - Variable in class org.mariuszgromada.math.mxparser.CloneCache
 
argumentExpression - Variable in class org.mariuszgromada.math.mxparser.Argument
Argument expression for dependent and recursive arguments.
argumentExtension - Variable in class org.mariuszgromada.math.mxparser.Argument
Argument extension (body based in code)
ArgumentExtension - Interface in org.mariuszgromada.math.mxparser
ArgumentExtension provides interface for argument algorithm definition.
argumentList() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
argumentName - Variable in class org.mariuszgromada.math.mxparser.Argument
Argument name (x, y, arg1, my_argument, etc...)
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
ArgumentParameter - Class in org.mariuszgromada.math.mxparser
Handling argument parameters
ArgumentParameter() - Constructor for class org.mariuszgromada.math.mxparser.ArgumentParameter
 
argumentsList - Variable in class org.mariuszgromada.math.mxparser.Expression
List of arguments
argumentsToAddCloneAtTheEnd - Variable in class org.mariuszgromada.math.mxparser.CloneCache
 
argumentType - Variable in class org.mariuszgromada.math.mxparser.Argument
Argument type (free, dependent)
argumentValue - Variable in class org.mariuszgromada.math.mxparser.Argument
Argument value (for free arguments).
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcus hyperbolic secant Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcus hyperbolic sine Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcus hyperbolic tangent Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcus sine / Inverse trigonometric functions Sets tokens to number token
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
 
assignKnownKeyword(Token, KeyWord) - Method in class org.mariuszgromada.math.mxparser.Expression
Assign found known keyword to the token
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Arcus tangent / Inverse trigonometric functions Sets tokens to number token
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
 
attemptToFixExpStrEnabled - Variable in class org.mariuszgromada.math.mxparser.Expression
Internal indicator informing the parser whether to try to fix the expression String.
attemptToFixExpStrEnabled - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Internal indicator informing the parser whether to try to fix the expression String.
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
 
available - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Average function value - iterative operator avg(i,m,n,f(i),b) --> avg f(i) from i=m to i=n by delta i - index (argument) m, n - numbers or expressions f(i) - function string by delta
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
 
AVG_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Average variadic Sets tokens to number token

B

b - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
BACKHOUSE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
backup(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Backup a number of characters.
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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
 
BACKWARD_DIFFERENCE(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Backward diffrence operator
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
 
BASE_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
BASE_VARIADIC
BASE1 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE1_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE10 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE10_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE11 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE11_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE12 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE12_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE13 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE13_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE14 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE14_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE15 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE15_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE16 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE16_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE17 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE17_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE18 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE18_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE19 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE19_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE2 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE2_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE20 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE20_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE21 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE21_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE22 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE22_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE23 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE23_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE24 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE24_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE25 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE25_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE26 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE26_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE27 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE27_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE28 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE28_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE29 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE29_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE3 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE3_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE30 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE30_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE31 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE31_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE32 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE32_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE33 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE33_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE34 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE34_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE35 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE35_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE36 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE36_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE4 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE4_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE5 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE5_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE6 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE6_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE7 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE7_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE8 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE8_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
BASE9 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BASE9_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
baseKeyWordsListParUdfUni000 - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
baseKeyWordsListParUdfUni001 - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
baseKeyWordsListParUdfUni010 - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
baseKeyWordsListParUdfUni011 - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
baseKeyWordsListParUdfUni100 - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
baseKeyWordsListParUdfUni101 - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
baseKeyWordsListParUdfUni110 - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
baseKeyWordsListParUdfUni111 - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
basestr - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
baseValues - Variable in class org.mariuszgromada.math.mxparser.RecursiveArgument
Base values
bd1dNInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
beginColumn - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
The column number of the first character of this Token.
beginLine - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Start.
BELL_NUMBER(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Bell numbers
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Bernoulli Number
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
BERNSTEIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
bestMatchingLanguage() - Static method in class org.mariuszgromada.math.mxparser.StringResources
Returns translation that best matches to the current system locale.
bestMatchingLanguage(String) - Static method in class org.mariuszgromada.math.mxparser.StringResources
Returns translation that best matches to provided language code.
bestMatchingLanguage(Locale) - Static method in class org.mariuszgromada.math.mxparser.StringResources
Returns translation that best matches to provided locale.
beta(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Beta special function
BETA(int) - Method in class org.mariuszgromada.math.mxparser.Expression
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
 
BETA_XY_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
BINARY - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
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.
binaryBitwiseOperator(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
binaryBooleanOperator(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
binaryExpression() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
binaryFunction(String, String, String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
binaryOperator() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
binaryOperator(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
binaryOperator(String, String, String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
binaryOperatorNoSpace(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
binaryOperatorNoSpace(String, String, String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
binaryRelation(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
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
 
binarySerializationEnabled - Static variable in class org.mariuszgromada.math.mxparser.SerializationUtils
 
BINOM_COEFF(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Binomial Coefficient
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_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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
 
BIT_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
BITNOT - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BITWISE - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
BITWISE_AND(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Bitwise AND
BITWISE_COMPL - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
BITWISE_COMPL(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Bitwise COMPL
BITWISE_LEFT_SHIFT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Bitwise LEFT SHIFT
BITWISE_NAND(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Bitwise NAND
BITWISE_NOR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Bitwise NOR
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 (AND)"
BITWISE_OPERATOR_COMPL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise unary complement (NOT)"
BITWISE_OPERATOR_LEFT_SHIFT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise signed left shift"
BITWISE_OPERATOR_NAND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise not and (NAND)"
BITWISE_OPERATOR_NOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise not or (NOR)"
BITWISE_OPERATOR_OR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise inclusive or (OR)"
BITWISE_OPERATOR_RIGHT_SHIFT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise signed right shift"
BITWISE_OPERATOR_XNOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise exclusive NOR (XNOR)"
BITWISE_OPERATOR_XOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bitwise exclusive or (XOR)"
BITWISE_OR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Bitwise OR
BITWISE_RIGHT_SHIFT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Bitwise RIGHT SHIFT
BITWISE_XNOR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Bitwise NOR
BITWISE_XOR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Bitwise XOR
bitwiseCalc - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
bitwiseCalc(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Calculates Bitwise operators
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_EXTENDED - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
BODY_EXTENDED_VARIADIC - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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.
bodyStr - Variable in class org.mariuszgromada.math.mxparser.HeadEqBody
 
bolCalc - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
bolCalc(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Calculates boolean operators
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
 
bracketedExpression() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
bracketedExpressionOptionalImpliedMultiplication() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
BRUIJN_NEWMAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
bufcolumn - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
buffer - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
bufline - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
bufpos - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Position in buffer.
bufsize - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
buildErrorMessageFromException(Throwable) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
buildErrorMessageFromParseException(ParseException) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
buildErrorMessageFromTokenMgrError(TokenMgrError) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
buildErrorMessageIncorrectNumberOfFunctionParameters(String, int, int) - Static method in class org.mariuszgromada.math.mxparser.Function
 
buildErrorMessageIncorrectNumberOfParameters(String, String, int, int) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
buildErrorMessageInvalidArgumentDefinition(String) - Static method in class org.mariuszgromada.math.mxparser.Argument
 
buildErrorMessageInvalidArgumentDefinition(String, String) - Static method in class org.mariuszgromada.math.mxparser.Argument
 
buildErrorMessageInvalidArgumentName(String) - Static method in class org.mariuszgromada.math.mxparser.Argument
 
buildErrorMessageInvalidConstantDefinitionString(String) - Static method in class org.mariuszgromada.math.mxparser.Constant
 
buildErrorMessageInvalidConstantName(String) - Static method in class org.mariuszgromada.math.mxparser.Constant
 
buildErrorMessageInvalidFunctionDefinitionString(String) - Static method in class org.mariuszgromada.math.mxparser.Function
 
buildErrorMessageInvalidFunctionName(String) - Static method in class org.mariuszgromada.math.mxparser.Function
 
buildErrorMessageKeyword(String, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
buildErrorMessagePatternDoesNotMatchWithExamples(String, String, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
buildErrorMessageTokenStrings(String, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
buildHelpCaption(String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
buildHelpSearchLine(KeyWord, boolean) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
buildHtmlTableRows(List<KeyWord>, boolean, StringBuilder) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
buildJsonRows(List<KeyWord>, StringBuilder) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
buildMarkdownTableRows(List<KeyWord>, boolean, StringBuilder) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
buildTokenString(String, int) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
BUIT_FOR - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Framework used to compile mXparser
by - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
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
cacheArgumentClone(Argument, Argument) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
cacheArgumentToAddCloneAtTheEnd(List<Argument>, Argument, int) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
cacheCloneInProgress(PrimitiveElement) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
cacheConstantClone(Constant, Constant) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
cacheConstantToAddCloneAtTheEnd(List<Constant>, Constant, int) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
cacheExpressionClone(Expression, Expression) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
cacheFunctionClone(Function, Function) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
cacheFunctionToAddCloneAtTheEnd(List<Function>, Function, int) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
cacheStatus - Variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Caching process 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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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"
calcSetDecreaseRemove(int, double) - Method in class org.mariuszgromada.math.mxparser.Expression
 
calcSetDecreaseRemove(int, double, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
SetDecreaseRemove for calculus operators.
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.
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"
calculateFirstAndFullyCompile(CalcStepsRegister, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
calculateInternal(CalcStepsRegister) - Method in class org.mariuszgromada.math.mxparser.Expression
 
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"
calculusCalc - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
calculusCalc(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Calculates calculus operators
calculusExprArgFromTo(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
calculusExprArgOptDelta(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
calculusExprArgOptPoint(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
calculusIFromToExprOptBy(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
CalculusOperator - Class in org.mariuszgromada.math.mxparser.parsertokens
Calculus Operators - mXparser tokens definition.
CalculusOperator() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
canBeSeparatingChar(char) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
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.
cancelCurrentCalculationFlag - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Indicator whether to call cancel current calculation
canonicalRounding - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Double floating-point precision arithmetic causes rounding problems, i.e.
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Cumulative Distribution Function - Snedecor's F distribution
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Cumulative Distribution Function - Normal distribution
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Cumulative Distribution Function - Uniform Continuous distribution
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
cdfStudentTPositiveX(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Cumulative distribution function - Student's t-distribution for positive arguments
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Ceil function Sets tokens to number token
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
 
changeLanguageTo(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Changes language to the one that best matches provided language code.
changeLanguageTo(Locale) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Changes language to the one that best matches provided language code in locale.
changeLanguageToBestMatching() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Changes language to the one that best matches current OS locale.
charIsLeftParenthesis(String, int) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
checkArgumentNameInCalculusOperator(Token) - Method in class org.mariuszgromada.math.mxparser.Expression
Method used in case of implied multiplication, where x2x can be understood as x2*x sum( x2x, 1, 20, 2*x2x) x2x is not known and it will be prevented from split into x2*x
checkCalculusParameter(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Checks syntax of the calculus parameter
checkFraction(Token) - Method in class org.mariuszgromada.math.mxparser.Expression
Checks whether unknown token represents fraction provided as fraction or mixed fraction
checkIfAdvancedSearch(String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
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.
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
checkIfKnownArgument(FunctionParameter) - Static method in class org.mariuszgromada.math.mxparser.Expression
Checks if argument given in the function parameter is known in the expression.
checkIfNoPreviousConfirmationAttempts() - Static method in class org.mariuszgromada.math.mxparser.License
 
checkIfProperSignature(String) - Static method in class org.mariuszgromada.math.mxparser.License
 
checkIfRadiansMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Checks whether mXparser operates in radians mode for trigonometric functions.
checkIfSelectBestMatchingLanguage() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Checks if mode of selection of best matching language based on the current OS locale is enabled.
checkIfsetToOverrideBuiltinTokens() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Checks whether mXparser is set to override built-in tokens.
checkIfSpecialCases() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Checks if special case recognition is enabled.
checkIfUlpRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Double floating-point precision arithmetic causes rounding problems, i.e.
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
checkIfUnknownToken(FunctionParameter) - Static method in class org.mariuszgromada.math.mxparser.Expression
Checks if token is uknown
checkIfUseTypeConfirmed() - Static method in class org.mariuszgromada.math.mxparser.License
Verifies whether the use type has been successfully confirmed and signed.
checkInternalSyntaxCalculusOperatorDerivative(String, Token, String, Stack<SyntaxStackElement>, int, List<FunctionParameter>) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkInternalSyntaxCalculusOperatorDerivativeNth(String, Token, String, Stack<SyntaxStackElement>, int, List<FunctionParameter>) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkInternalSyntaxCalculusOperatorForwardBackwardDiff(String, Token, String, Stack<SyntaxStackElement>, int, List<FunctionParameter>) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkInternalSyntaxCalculusOperatorIntegralSolve(String, Token, String, Stack<SyntaxStackElement>, int, List<FunctionParameter>) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkInternalSyntaxCalculusOperatorIterated(String, Token, String, Stack<SyntaxStackElement>, int, List<FunctionParameter>) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkLackOfPreviousConfirmation() - Static method in class org.mariuszgromada.math.mxparser.License
 
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.
checkLicense() - Static method in class org.mariuszgromada.math.mxparser.License
 
checkNumberNameManyImpliedMultiplication(Token, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
Handles implied multiplication logic in case of a single continuous string, e.g.
checkOtherNumberBases(Token) - Method in class org.mariuszgromada.math.mxparser.Expression
Checks whether unknown token represents number literal provided in different numeral base system, where base is between 1 and 36.
checkPartialSyntaxBinaryFunction(String, int, Token, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxBuiltinConstant(String, int, Token, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxCalculusOperator(String, int, Token, String, Stack<SyntaxStackElement>) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxDuplicatedKeywords(String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxImpliedMultiplication(String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxInvalidToken(String, Token, String, Stack<SyntaxStackElement>) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxTernaryFunction(String, int, Token, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxUnaryFunction(String, int, Token, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxUserDefinedArgument(String, int, Token, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxUserDefinedConstant(String, int, Token, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxUserDefinedFunction(String, int, Token, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxUserDefinedRecursiveArgument(String, int, Token, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkPartialSyntaxVariadicFunction(String, int, Token, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
checkRecursiveMode() - Method in class org.mariuszgromada.math.mxparser.Function
Checks whether function name appears in function body if yes the recursive mode is being set
checkSpecialConstantName(Token) - Method in class org.mariuszgromada.math.mxparser.Expression
Check whether we have a case of '[abc]'
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
checkSyntax() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
checkSyntax(String, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
Checking the syntax (recursively).
chi(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Characteristic function x in (a,b)
CHI(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Characteristic function (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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Characteristic function [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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Characteristic function [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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Characteristic function (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 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
CIMP(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logical 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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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
cleanExpressionString() - Method in class org.mariuszgromada.math.mxparser.Expression
Cleans blanks and other cases like "++', "+-", "-+"", "--"
cleanExpressionString(String, boolean) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
Cleans blanks and other cases like "++', "+-", "-+", "--"
cleanForHtml(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
cleanForJson(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
cleanForMarkdown(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
cleanMinusMinus(String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
Cleans "--" case considering defined parser keywords "-->", "<--"
cleanNewLineAtTheEnd(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
clearCache() - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
clearCloneInProgress(PrimitiveElement) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
clearDescription() - Method in class org.mariuszgromada.math.mxparser.Expression
Clears expression description
clearExpressionString() - Method in class org.mariuszgromada.math.mxparser.Expression
Clears expression string
clearParamArgument(ArgumentParameter) - Method in class org.mariuszgromada.math.mxparser.Expression
Clears argument parameter.
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
 
clone(Token) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Token cloning.
CloneCache - Class in org.mariuszgromada.math.mxparser
A class containing method used while thread safe cloning.
CloneCache() - Constructor for class org.mariuszgromada.math.mxparser.CloneCache
 
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.
cloneForThreadSafeArgumenstList(Expression, List<Argument>, CloneCache) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
cloneForThreadSafeConstantsList(Expression, List<Constant>, CloneCache) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
cloneForThreadSafeFunctionsList(Expression, List<Function>, CloneCache) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
cloneForThreadSafeInternal(CloneCache) - Method in class org.mariuszgromada.math.mxparser.Argument
 
cloneForThreadSafeInternal(CloneCache) - Method in class org.mariuszgromada.math.mxparser.Constant
 
cloneForThreadSafeInternal(CloneCache) - Method in class org.mariuszgromada.math.mxparser.Expression
 
cloneForThreadSafeInternal(CloneCache) - Method in class org.mariuszgromada.math.mxparser.Function
 
cloneForThreadSafeInternal(CloneCache) - Method in class org.mariuszgromada.math.mxparser.RecursiveArgument
 
cloneForThreadSafeInternal(Expression, CloneCache) - Method in class org.mariuszgromada.math.mxparser.Argument
 
cloneForThreadSafeInternal(Expression, CloneCache) - Method in class org.mariuszgromada.math.mxparser.Constant
 
cloneForThreadSafeInternal(Expression, CloneCache) - Method in class org.mariuszgromada.math.mxparser.Function
 
cloneForThreadSafeInternal(Expression, CloneCache) - Method in class org.mariuszgromada.math.mxparser.RecursiveArgument
 
cloneInProgress - Variable in class org.mariuszgromada.math.mxparser.CloneCache
 
cnimp(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean CNIMP
CNIMP - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
CNIMP(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logical 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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Coalesce
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
 
Coefficients - Class in org.mariuszgromada.math.mxparser.mathcollection
Coefficients - various coefficients supporting numerical computation.
Coefficients() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
 
COLON - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
COLON_SPACE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
column - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
comma - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
COMMA - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
COMMA - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
COMMA - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
COMMA(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Parser symbols Removes comma
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_SPACE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
COMMA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
COMMA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
Commercial - org.mariuszgromada.math.mxparser.License.UseType
 
compare(KeyWord, KeyWord) - Method in class org.mariuszgromada.math.mxparser.DescKwLenComparator
 
compare(KeyWord, KeyWord) - Method in class org.mariuszgromada.math.mxparser.KwStrComparator
 
compare(KeyWord, KeyWord) - Method in class org.mariuszgromada.math.mxparser.KwTypeComparator
 
compilationDetails - Variable in class org.mariuszgromada.math.mxparser.Expression
 
CompilationDetails - Class in org.mariuszgromada.math.mxparser
 
CompilationDetails() - Constructor for class org.mariuszgromada.math.mxparser.CompilationDetails
 
CompiledElement - Class in org.mariuszgromada.math.mxparser
 
CompiledElement() - Constructor for class org.mariuszgromada.math.mxparser.CompiledElement
 
CompiledElement.ToCall - Enum in org.mariuszgromada.math.mxparser
 
compiledElements - Variable in class org.mariuszgromada.math.mxparser.CompilationDetails
 
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.Argument
Keeps computing time
computingTime - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
Duration of calculation process - in seconds
computingTime - Variable in class org.mariuszgromada.math.mxparser.Expression
Keeps computing time
computingTime - Variable in class org.mariuszgromada.math.mxparser.Function
Keeps computing time
computingTime - Variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Time in seconds showing how long did it take to finalize prime numbers caching.
cond - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
cond1expr1condNexprNInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
CONSOLE_OUTPUT - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Console output string for below methods
CONSOLE_OUTPUT_PREFIX - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
CONSOLE_PREFIX - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
CONSOLE_ROW_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
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.
consolePrint(CalcStepsRegister) - Static method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
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() - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
consolePrintln(Object) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Prints object.toString to the Console + new line
consolePrintln(Object) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
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(Constant) - Constructor for class org.mariuszgromada.math.mxparser.Constant
 
CONSTANT - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
CONSTANT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Constants handling.
CONSTANT_DEFINITION_EXAMPLES - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
CONSTANT_NAME_EXAMPLES - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_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_MOON_SEMI_MAJOR_AXIS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Moon-Earth distance"
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."
constantClones - Variable in class org.mariuszgromada.math.mxparser.CloneCache
 
constantName - Variable in class org.mariuszgromada.math.mxparser.Constant
Name of the constant
constantsList - Variable in class org.mariuszgromada.math.mxparser.Expression
List of user defined constants
constantsToAddCloneAtTheEnd - Variable in class org.mariuszgromada.math.mxparser.CloneCache
 
constantValue - Variable in class org.mariuszgromada.math.mxparser.Constant
Constant value
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
 
containsAdvancedSearchTag(String, String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
containsCalculus - Variable in class org.mariuszgromada.math.mxparser.CompilationDetails
 
containsIf - Variable in class org.mariuszgromada.math.mxparser.CompilationDetails
 
content - Variable in class org.mariuszgromada.math.mxparser.CalcStepRecord
Calculation step content - so what is really happening in this step
CONTINUED_FRACTION(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Continued fraction
CONTINUED_POLYNOMIAL(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Continued polynomial
continuedFraction(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Continued fraction
continuedFractionEi(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Supporting function while Exponential integral function Ei(x) calculation
continuedPolynomial(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Continued polynomial
continuedPolynomial(int, double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Private function calculating continued polynomial recursively.
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.
copyInitialTokens() - Method in class org.mariuszgromada.math.mxparser.Expression
copy initial tokens list to tokens list and prepares initial compilation details
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Cosine / Trigonometric functions Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Cosecant / Trigonometric functions Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Hyperbolic cosine Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Hyperbolic cotangent Sets tokens to number token
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
 
countPrimes() - Method in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Counting found primes
countRecursiveArguments() - Method in class org.mariuszgromada.math.mxparser.Function
 
createExpressionDescription(String, String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
createInitialTokens(int, int, List<Token>) - Static method in class org.mariuszgromada.math.mxparser.Expression
Creates string tokens list from the subexpression.
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Hyperbolic cosecant Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Cotangent / Trigonometric functions Sets tokens to number token
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_OPERATOR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Cube root as unary left 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
 
CUBIC_METER_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
CUMULATIVE_DISTRIBUTION_FUNCTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Cumulative distribution function"
curChar - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
curLexState - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
currentToken - Variable in exception org.mariuszgromada.math.mxparser.syntaxchecker.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in class org.mariuszgromada.math.mxparser.TokenModification
 

D

d - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
d1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
d2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
D2BYSQRT3 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
D2BYSQRT3
dash - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
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
 
debugStream - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
Debug output.
DEC_FRACT - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DEC_FRACT - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DEC_FRACT_OR_INT - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DEC_FRACT_OR_INT - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
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 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DECIMAL - Static variable in class org.mariuszgromada.math.mxparser.TokenPart
 
DECIMAL_FORMAT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
 
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 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
Lexical state.
DEFAULT_ALL_HELP_CONTENT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ALREADY_CHECKED_NO_ERRORS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ARGUMENT_WAS_EXPECTED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ARGUMENT_WAS_EXPECTED_IN_A_DERIVATIVE_OPERATOR_INVOCATION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ARGUMENT_WITH_EXTENDED_BODY_NO_ERRORS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ASTRONOMICAL_CONSTANT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_AT_INDEX - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_AT_LEAST_ONE_ARGUMENT_WAS_EXPECTED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BINARY_FUNCTION_EXPECTS_2_PARAMETERS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BINARY_RELATION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BINARY_RELATION_EQ - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BINARY_RELATION_GEQ - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BINARY_RELATION_GT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BINARY_RELATION_LEQ - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BINARY_RELATION_LT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BINARY_RELATION_NEQ - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BINARY_SERIALIZATION_DISABLED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BINARY_SERIALIZATION_ENABLED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BITWISE_OPERATOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BITWISE_OPERATOR_AND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BITWISE_OPERATOR_COMPL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BITWISE_OPERATOR_LEFT_SHIFT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BITWISE_OPERATOR_NAND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BITWISE_OPERATOR_NOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BITWISE_OPERATOR_OR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BITWISE_OPERATOR_RIGHT_SHIFT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BITWISE_OPERATOR_XNOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BITWISE_OPERATOR_XOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR_AND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR_CIMP - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR_CNIMP - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR_EQV - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR_IMP - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR_NAND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR_NEG - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR_NIMP - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR_NOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR_OR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_BOOLEAN_OPERATOR_XOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALC_STEPS_REGISTER_FOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALC_STEPS_REGISTER_IS_EMPTY - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULATED_VALUE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_AVG - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_BACKW_DIFF - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_DER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_DER_LEFT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_DER_RIGHT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_DERN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_FORW_DIFF - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_INT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_MAX - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_MIN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_PROD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_SOLVE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_STD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_SUM - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CALCULUS_OPERATOR_VAR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CANCEL_REQUEST_FINISHING - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CAPTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CHI_SQUARED_DISTRIBUTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_COMPARISON_EPSILON - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Default epsilon for comparison
DEFAULT_COMPUTING_TIME - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_ALLADI_GRINSTEAD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_APERY - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_ASTRONOMICAL_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_BACKHOUSE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_BERNSTEIN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_BRAUN_PRIME_QUADR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_BRAUN_TWIN_PRIME - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_BRUIJN_NEWMAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_CAHEN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_CATALAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_EARTH_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_EARTH_RADIUS_EQUATORIAL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_EARTH_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_EARTH_RADIUS_POLAR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_EARTH_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_EMBREE_TREFETHEN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_ERDOS_BORWEIN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_EULER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_EULER_MASCHERONI - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_FALSE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_FEIGENBAUM_ALPHA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_FEIGENBAUM_DELTA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_FRANSEN_ROBINSON - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_GAUSS_KUZMIN_WIRSING - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_GOLDEN_RATIO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_GOLOMB_DICKMAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_GOMPERTZ - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_GRAVIT_ACC_EARTH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_GRAVITATIONAL_CONSTANT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_HAFNER_SARNAK_MCCURLEY - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_JUPITER_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_JUPITER_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_JUPITER_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_KHINCHIN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_KILOPARSEC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_LANDAU - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_LANDAU_RAMANUJAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_LAPLACE_LIMIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_LEGENDRE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_LENGYEL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_LEVY - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_LI2 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_LIEB_QUARE_ICE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_LIGHT_SPEED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_LIGHT_YEAR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MARS_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MARS_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MARS_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MEISSEL_MERTEENS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MERCURY_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MERCURY_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MERCURY_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MILLS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MOON_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MOON_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MOON_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_MRB - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_NAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_NEPTUNE_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_NEPTUNE_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_NEPTUNE_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_NIVEN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_NPAR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_OMEGA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_PARABOLIC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_PARSEC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_PI - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_PLANCK_CONSTANT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_PLANCK_CONSTANT_REDUCED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_PLANCK_LENGTH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_PLANCK_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_PLANCK_TIME - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_PLASTIC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_PORTER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_RAMANUJAN_SOLDNER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_SATURN_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_SATURN_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_SATURN_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_SIERPINSKI - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_SOLAR_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_SOLAR_RADIUS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_TRUE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_TWIN_PRIME - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_URANUS_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_URANUS_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_URANUS_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_VENUS_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_VENUS_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_VENUS_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_VALUE_VISWANATH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CONSTANT_WAS_EXPECTED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_CUMULATIVE_DISTRIBUTION_FUNCTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DERIVATIVE_OPERATOR_EXPECTS_2_OR_3_OR_4_OR_5_CALCULUS_PARAMETERS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DESCRIPTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DESCRIPTION_SHORT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DESERIALIZATION_PERFORMED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_ATTO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_CENTI - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_DECA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_DECI - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_EXA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_FEMTO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_GIGA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_HECTO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_KILO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_MEGA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_MICRO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_MILLI - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_NANO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_PERC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_PERM - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_PETA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_PICO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_TERA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_YOCTO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_YOTTA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_ZEPTO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DIMENSIONLESS_UNIT_ZETTA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DONE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DUPLICATED_KEYWORD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_DUPLICATED_KEYWORDS_WERE_FOUND_IN_THE_CALCULUS_OPERATOR_INVOCATION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ELEMENT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ENCOUNTERED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ENGLISH_STRING_RESOURCES - Static variable in class org.mariuszgromada.math.mxparser.StringModel
 
DEFAULT_ERROR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ERROR_WHILE_EXECUTING_THE_CALCULATE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ERRORS_HAVE_BEEN_FOUND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_EXCEPTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_EXITING - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_EXPECTED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_EXPECTED_EVEN_NUMBER_OF_ARGUMENTS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_EXPRESSION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_EXPRESSION_DOES_NOT_CONTAIN_ANY_TOKENS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_EXPRESSION_STRING_IS_EMPTY - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_EXPRESSION_TOKENS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FATAL_ERROR_DO_NOT_KNOW_WHAT_TO_DO_WITH_THE_ENCOUNTERED_TOKEN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FILE_PATH_IS_NOT_A_FILE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FILE_PATH_NOT_EXISTS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FILE_PATH_ZERO_LENGTH_PROVIDED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FIRST - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FORWARD_BACKWARD_DIFFERENCE_ARGUMENT_WAS_EXPECTED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FORWARD_BACKWARD_DIFFERENCE_EXPECTS_2_OR_3_PARAMETERS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FULLY_COMPILED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ABS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ACOS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ACTAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ARCCSC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ARCOSH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ARCOTH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ARCSCH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ARCSEC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ARSECH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ARSINH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ARTANH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ASIN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ATAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_BELL_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_CEIL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_COS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_COSEC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_COSH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_COTH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_CSCH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_CTAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_DEG - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_DI_GAMMA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_EXP - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_EXP_INT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_FIBONACCI_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_FLOOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_GAMMA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_GAUSS_ERF - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_GAUSS_ERF_INV - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_GAUSS_ERFC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_GAUSS_ERFC_INV - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_HARMONIC_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_IS_PRIME - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ISNAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_LAMBERT_W0 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_LAMBERT_W1 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_LN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_LOG_GAMMA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_LOG_INT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_LOG10 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_LOG2 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_LUCAS_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_NDIG10 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_NFACT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_NOT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_OFF_LOG_INT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_PARAM - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_PRIME_COUNT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_RAD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_SA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_SEC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_SECH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_SGN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_SGN_GAMMA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_SIN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_SINC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_SINH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_SQRT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_TAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_TANH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_1_ARG_ULP - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_BERNOULLI_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_BETA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_BINOM_COEFF - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_DIGIT10 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_EULER_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_EULER_POLYNOMIAL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_FACTEXP - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_FACTVAL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_HARMONIC_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_INC_GAMMA_LOWER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_INC_GAMMA_UPPER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_KRONECKER_DELTA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_LOG - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_LOG_BETA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_MOD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_NDIG - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_PERMUTATIONS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_REG_GAMMA_LOWER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_REG_GAMMA_UPPER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_ROOT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_ROUND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_STIRLING1_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_STIRLING2_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_2_ARG_WORPITZKY_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_3_ARG - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_3_ARG_CHI - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_3_ARG_CHI_L - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_3_ARG_CHI_LR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_3_ARG_CHI_R - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_3_ARG_DIGIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_3_ARG_IF - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_3_ARG_INC_BETA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_3_ARG_REG_BETA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_AND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_ARGMAX - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_ARGMIN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_AVG - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_BASE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_COALESCE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_CONT_FRAC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_CONT_POL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_GCD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_IFF - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_LCM - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_MAX - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_MEDIAN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_MIN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_MODE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_NDIST - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_OR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_PROD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_RND_LIST - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_STD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_SUM - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_VAR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_VARIADIC_XOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_FUNCTION_WITH_EXTENDED_BODY_NO_ERRORS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_GROUP_SHORT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_HELP_CONTENT_LIMITED_TO_QUERY - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INCORRECT_NUMBER_OF_FUNCTION_PARAMETERS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INCORRECT_NUMBER_OF_PARAMETERS_IN_USER_DEFINED_FUNCTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INDEX - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INTEGRAL_SOLVE_OPERATOR_EXPECTS_4_CALCULUS_PARAMETERS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INTERNAL_ERROR_STRANGE_TOKEN_LEVEL_FINISHING - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INVALID_ARGUMENT_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INVALID_ARGUMENT_NAME - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INVALID_CONSTANT_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INVALID_CONSTANT_NAME - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INVALID_FUNCTION_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INVALID_FUNCTION_NAME - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INVALID_TOKEN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_INVALID_TOKEN_POSSIBLY_MISSING_MULTIPLICATION_OPERATOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ITERATED_OPERATOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ITERATED_OPERATOR_EXPECTS_4_OR_5_CALCULUS_PARAMETERS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_KEYWORD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_LAST - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_LEXICAL_ERROR_HAS_BEEN_FOUND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_MATHEMATICAL_CONSTANT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_MAX_NUM_IN_CACHE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Default range of integer to store in cache
DEFAULT_MAX_RECURSION_CALLS - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
DEFAULT_MAXIMUM_ERROR_MESSAGE_LENGTH_EXCEEDED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_METRIC_PREFIX - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_MULTIPLICATION_OPERATOR_MISSING_TRY_IMPLIED_MULTIPLICATION_MODE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NO_ERRORS_DETECTED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NO_ERRORS_DETECTED_IN_ARGUMENT_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NO_ERRORS_DETECTED_IN_CONSTANT_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NO_ERRORS_DETECTED_IN_FUNCTION_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NO_ERRORS_DETECTED_IN_RECURSIVE_ARGUMENT_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NORMAL_DISTRIBUTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NTH_ORDER_DERIVATIVE_OPERATOR_EXPECTS_3_OR_5_CALCULUS_PARAMETERS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NULL_DATA_PROVIDED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NULL_FILE_PATH_PROVIDED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NULL_OBJECT_PROVIDED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NULL_TOKENS_LIST - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NUMBER_LITERAL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_NUMBER_SHORT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_ONE_TOKEN_WAS_EXPECTED_IN_THE_CALCULUS_OPERATOR_INVOCATION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_CUBE_ROOT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_DIVIDE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_DIVIDE_QUOTIENT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_FACT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_FOURTH_ROOT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_MINUS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_MOD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_MULTIPLY - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_PERC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_PLUS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_POWER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_SQUARE_ROOT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_OPERATOR_TETRATION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_BLANK - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_COMMA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_LEFT_PARENTHESES - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_NUMBER_DECIMAL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_NUMBER_FRACTIONS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_NUMBER_INTEGER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_NUMBER_LEADING_ZERO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_NUMBER_NO_LEADING_ZERO - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_NUMBER_OTHER_NUMERAL_SYSTEMS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_NUMBER_SCI_NOTATION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_RIGHT_PARENTHESES - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_SEMI - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSER_SYMBOL_UNICODE_MATH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PARSING - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PATTERN_DOES_NOT_MATCH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PATTERN_EXAMPLES - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PHYSICAL_CONSTANT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PROBABILITY_DISTRIBUTION_FUNCTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PROBLEM_WITH_EXPRESSION_SYNTAX - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PROVIDED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PROVIDED_ELEMENTS_ARE_NULL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PROVIDED_EXTENSION_IS_NULL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_PROVIDED_STRING_IS_NULL - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_QUANTILE_FUNCTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_RANDOM_INTEGER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_RANDOM_NATURAL_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_RANDOM_NATURAL_NUMBER_INCLUDING_0 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_RANDOM_VARIABLE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_RATIO_FRACTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_RECURSION_CALLS_COUNTER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_RECURSION_CALLS_COUNTER_EXCEEDED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_RECURSIVE_ARGUMENT_EXPECTING_1_PARAMETER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_RESULT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_SERIALIZATION_PERFORMED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_SNEDECORS_F_DISTRIBUTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_SPECIAL_FUNCTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_STARTING - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_STARTING_CALCULATION_LOOP - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_STARTING_SYNTAX_CHECK - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_STARTING_SYNTAX_CHECK_DEPENDENT_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_STARTING_SYNTAX_CHECK_RECURSIVE_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_STARTING_SYNTAX_CHECK_USER_DEFINED_FUNCTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_STARTING_SYNTAX_CHECK_VARIADIC_USER_DEFINED_FUNCTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_STEP - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_STRING_RESOURCES - Static variable in class org.mariuszgromada.math.mxparser.StringModel
 
DEFAULT_STUDENTS_T_DISTRIBUTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_SYNTAX - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_SYNTAX_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_TERNARY_FUNCTION_EXPECTS_3_PARAMETERS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_TO_FRACTION_INIT_SEARCH_SIZE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
 
DEFAULT_TOKEN - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_TYPE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNARY_FUNCTION_EXPECTS_1_PARAMETER - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNEXPECTED_EXCEPTION_WAS_ENCOUNTERED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNEXPECTED_TOKEN_MANAGER_ERROR_WAS_ENCOUNTERED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIFORM_CONTINUOUS_DISTRIBUTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIFORM_DISCRETE_DISTRIBUTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_ACRE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_ARE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_BIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_BYTE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_CENTIMETRE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_CENTIMETRE2 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_CENTIMETRE3 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_DAY - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_DECAGRAM - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_DEGREE_ARC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_ELECTRONO_VOLT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_EXABIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_EXABYTE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_FEET - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_GALLON - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_GIGA_ELECTRONO_VOLT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_GIGABIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_GIGABYTE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_GRAM - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_HECTARE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_HOUR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_INCH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_JOULE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_JULIAN_YEAR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_KILO_ELECTRONO_VOLT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_KILOBIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_KILOBYTE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_KILOGRAM - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_KILOMETRE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_KILOMETRE_PER_HOUR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_KILOMETRE_PER_HOUR2 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_KILOMETRE2 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_KILOMETRE3 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_KNOT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_LITRE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MEGA_ELECTRONO_VOLT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MEGABIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MEGABYTE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_METRE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_METRE_PER_SECOND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_METRE_PER_SECOND2 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_METRE2 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_METRE3 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MILE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MILE_PER_HOUR - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MILE_PER_HOUR2 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MILLIGRAM - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MILLILITRE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MILLIMETRE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MILLIMETRE2 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MILLIMETRE3 - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MILLISECOND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MINUTE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_MINUTE_ARC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_NAUTICAL_MILE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_OF_ACCELERATION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_OF_ANGLE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_OF_AREA - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_OF_ENERGY - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_OF_INFORMATION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_OF_LENGTH - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_OF_MASS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_OF_SPEED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_OF_TIME - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_OF_VOLUME - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_OUNCE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_PETABIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_PETABYTE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_PINT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_POUND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_RADIAN_ARC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_SECOND - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_SECOND_ARC - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_TERA_ELECTRONO_VOLT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_TERABIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_TERABYTE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_TONNE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_WEEK - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_YARD - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_YOTTABIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_YOTTABYTE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_ZETTABIT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_UNIT_ZETTABYTE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_USER_CONSTANT_WAS_EXPECTED - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_USER_DEFINED_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_USER_DEFINED_CONSTANT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_USER_DEFINED_EXPRESSION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_USER_DEFINED_FUNCTION - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_USER_DEFINED_FUNCTION_EXPECTING_AT_LEAST_ONE_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_USER_DEFINED_RECURSIVE_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_USER_LANGUAGE - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_WARNING_BINARY_SERIALIZATION_SECURITY_RISKS - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_WAS_EXPECTING - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
DEFAULT_WAS_EXPECTING_ONE_OF - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
defaultLexState - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
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).
definitionError - Variable in class org.mariuszgromada.math.mxparser.HeadEqBody
 
deg(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Radius to degrees translation.
DEG(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Converts radians to degrees Sets tokens to number token
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
 
degreesMode - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Indicator whether mXparser operates in radians / degrees mode true - degrees mode false - radians mode Default false (radians mode)
delta - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
delta - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
deltaExp - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
deltaParam - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
DEPENDENT_ARGUMENT - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
DEPENDENT_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.Argument
Type indicator for dependent argument.
DEPENDENT_ARGUMENT(int, CalcStepsRegister) - Method in class org.mariuszgromada.math.mxparser.Expression
Dependent Arguments handling.
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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(int, int) - Method in class org.mariuszgromada.math.mxparser.Expression
Function derivative
DERIVATIVE_NTH(int, int) - Method in class org.mariuszgromada.math.mxparser.Expression
Function derivative
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
DERN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
DESC_ADVANCED_SEARCH_TAG - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
DescKwLenComparator - Class in org.mariuszgromada.math.mxparser
Comparator for key word list sorting by descending key word length .
DescKwLenComparator() - Constructor for class org.mariuszgromada.math.mxparser.DescKwLenComparator
 
description - Variable in class org.mariuszgromada.math.mxparser.Argument
Description of the argument.
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.Constant
Constant description
description - Variable in class org.mariuszgromada.math.mxparser.Expression
Expression description
description - Variable in class org.mariuszgromada.math.mxparser.Function
function description
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Digamma special function Sets tokens to number token
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
DIGAMMA_X_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
DIGIT - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Digit at position - numeral system with given base
DIGIT_B1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B1 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B10 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B10 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B11 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B11 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B12 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B12 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B13 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B13 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B14 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B14 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B15 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B15 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B16 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B16 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B17 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B17 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B18 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B18 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B19 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B19 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B2 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B20 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B20 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B21 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B21 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B22 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B22 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B23 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B23 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B24 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B24 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B25 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B25 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B26 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B26 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B27 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B27 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B28 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B28 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B29 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B29 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B3 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B30 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B30 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B31 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B31 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B32 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B32 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B33 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B33 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B34 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B34 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B35 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B35 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B36 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B36 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B4 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B4 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B5 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B5 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B6 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B6 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B7 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B7 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B8 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B8 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIGIT_B9 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
DIGIT_B9 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Digit at position - base 10 numeral system
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_PERM - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Per mille"
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_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"
DISABLE_ROUNDING - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
disable_tracing() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Disable tracing.
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
disableRecursiveMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Disables recursive mode
disableRounding - Variable in class org.mariuszgromada.math.mxparser.Expression
Internal parameter for calculus expressions to avoid decrease in accuracy.
disableSelectBestMatchingLanguage() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Disables mode of selection of best matching language based on the current OS locale.
disableSpecialCases() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Disables special case recognition options, e.g.
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.
displayWarning() - Static method in class org.mariuszgromada.math.mxparser.License
 
div(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Division a / b applying canonical rounding if canonical rounding is enabled
DIV - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
DIVIDE - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
DIVIDE(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Division handling.
DIVIDE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_EUROPE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_EUROPE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_QUOTIENT - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
DIVIDE_QUOTIENT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Integer division handling.
DIVIDE_QUOTIENT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_QUOTIENT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_QUOTIENT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_QUOTIENT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_QUOTIENT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
DIVIDE_SINCE_EUROPE - 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
 
divQuotient(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Integer division (also called quotient) a / b applying canonical rounding if canonical rounding is enabled
Done() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Reset buffer when finished.
DONE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "done."
DOT - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
DOT_SPACE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
dots - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
DOTS - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
DOTS_SPACE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
double2IntBoolean(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Double to integer boolean translation
doublePrecision - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
 
doubleWidth - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
 
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
E_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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
 
EE - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
EI - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Supporting function while Exponential integral function Ei(x) calculation
EI_DBL_EPSILON - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Constants for Exponential integral function Ei(x) calculation
EI_EPSILON - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
 
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
ElementAtTheEnd<T> - Class in org.mariuszgromada.math.mxparser
 
ElementAtTheEnd(List<T>, T, int) - Constructor for class org.mariuszgromada.math.mxparser.ElementAtTheEnd
 
elementBeingCloned - Variable in class org.mariuszgromada.math.mxparser.ElementAtTheEnd
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
EMBREE_TREFETHEN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
EMPTY - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
EMPTY - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
enable_tracing() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Enable tracing.
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
enableSelectBestMatchingLanguage() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Option that enables selection of best matching language based on the current OS locale.
enableSpecialCases() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Enables special case recognition options, e.g.
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"
endColumn - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
The column number of the last character of this Token.
endLine - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
endLine - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
The line number of the last character of this Token.
EOF - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
End of File.
EOL - Static variable in exception org.mariuszgromada.math.mxparser.syntaxchecker.ParseException
The end of line string for this machine.
epsilon - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Epsilon for comparison
EPSILON - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
Epsilon is used to compare the x value in regard 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
epsilonComparison - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
COmparison mode indicator
eq(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Equality relation.
EQ - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
EQ - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
EQ(int) - Method in class org.mariuszgromada.math.mxparser.Expression
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
 
eqPos - Variable in class org.mariuszgromada.math.mxparser.HeadEqBody
 
EQUAL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
eqv(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean EQV
EQV - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
EQV(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logical 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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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
EratosthenesSieve() - Method in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Eratosthenes Sieve implementation
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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.
erfImp(double, boolean) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Calculates the inverse error function evaluated at x.
erfImpAd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for adenominator of erfImp calculation for erf(x) in the interval [1e-10, 0.5].
erfImpAn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator of erfImp calculation for erf(x) in the interval [1e-10, 0.5].
erfImpBd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [0.5, 0.75].
erfImpBn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [0.5, 0.75].
erfImpCd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [0.75, 1.25].
erfImpCn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [0.75, 1.25].
erfImpDd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [1.25, 2.25].
erfImpDn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [1.25, 2.25].
erfImpEd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [2.25, 3.5].
erfImpEn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [2.25, 3.5].
erfImpFd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [3.5, 5.25].
erfImpFn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [3.5, 5.25].
erfImpGd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [5.25, 8].
erfImpGn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [5.25, 8].
erfImpHd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [8, 11.5].
erfImpHn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [8, 11.5].
erfImpId - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [11.5, 17].
erfImpIn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [11.5, 17].
erfImpJd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [17, 24].
erfImpJn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [17, 24].
erfImpKd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [24, 38].
erfImpKn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [24, 38].
erfImpLd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [38, 60].
erfImpLn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [38, 60].
erfImpMd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [60, 85].
erfImpMn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [60, 85].
erfImpNd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator in erfImp calculation for erfc(x) in the interval [85, 110].
erfImpNn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator in erfImp calculation for erfc(x) in the interval [85, 110].
erfInv(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Calculates the inverse error function evaluated at x.
erfInvImpl(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
The implementation of the inverse error function.
ERROR - org.mariuszgromada.math.mxparser.License.MessageType
 
ERROR - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
ERROR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Error"
ERROR_MESSAGE_CALCULATE_MAXIMUM_LENGTH - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
ERROR_MESSAGE_MAXIMUM_LENGTH - Static variable in class org.mariuszgromada.math.mxparser.mXparser
The maximum error message length in expression
ERROR_MESSAGE_MAXIMUM_NUMBER_OF_EXPECTED_TOKENS - Static variable in class org.mariuszgromada.math.mxparser.mXparser
The maximum number of expected tokens presented in error message when lexical error was encountered
ERROR_NOT_CONFIRMED - Static variable in class org.mariuszgromada.math.mxparser.License
 
ERROR_WHILE_EXECUTING_THE_CALCULATE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Error while executing the calculate."
errorCode - Variable in error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
Indicates the reason why the exception is thrown.
errorMessage - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
Information on error or lack of error while performing calculation process
errorMessage - Variable in class org.mariuszgromada.math.mxparser.Constant
Message after checking the syntax
errorMessage - Variable in class org.mariuszgromada.math.mxparser.Expression
Message after checking the syntax
errorMessage - Static variable in class org.mariuszgromada.math.mxparser.License
 
errorMessageCalculate - Variable in class org.mariuszgromada.math.mxparser.Expression
Optional message from calculate method
errorMessageDefinition - Variable in class org.mariuszgromada.math.mxparser.Argument
Error Message registered on argument definition: - constructor, set name, ...
errorMessageDefinition - Variable in class org.mariuszgromada.math.mxparser.Function
Error Message registered on function definition: - constructor, set name, ...
errorPrintln() - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
errorPrintln(Object) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
ERRORS_HAVE_BEEN_FOUND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Errors have been found."
ervInvImpAd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator of erfInvImp calculation for erf^-1(z) in the interval [0, 0.5].
ervInvImpAn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator of erfInvImp calculation for erf^-1(z) in the interval [0, 0.5].
ervInvImpBd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator of erfInvImp calculation for erf^-1(z) in the interval [0.5, 0.75].
ervInvImpBn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator of erfInvImp calculation for erf^-1(z) in the interval [0.5, 0.75].
ervInvImpCd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator of erfInvImp calculation for erf^-1(z) in the interval [0.75, 1] with x less than 3.
ervInvImpCn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator of erfInvImp calculation for erf^-1(z) in the interval [0.75, 1] with x less than 3.
ervInvImpDd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator of erfInvImp calculation for erf^-1(z) in the interval [0.75, 1] with x between 3 and 6.
ervInvImpDn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator of erfInvImp calculation for erf^-1(z) in the interval [0.75, 1] with x between 3 and 6.
ervInvImpEd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator of erfInvImp calculation for erf^-1(z) in the interval [0.75, 1] with x between 6 and 18.
ervInvImpEn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator of erfInvImp calculation for erf^-1(z) in the interval [0.75, 1] with x between 6 and 18.
ervInvImpFd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator of erfInvImp calculation for erf^-1(z) in the interval [0.75, 1] with x between 18 and 44.
ervInvImpFn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator of erfInvImp calculation for erf^-1(z) in the interval [0.75, 1] with x between 18 and 44.
ervInvImpGd - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a denominator of erfInvImp calculation for erf^-1(z) in the interval [0.75, 1] with x greater than 44.
ervInvImpGn - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Polynomial coefficients for a numerator of erfInvImp calculation for erf^-1(z) in the interval [0.75, 1] with x greater than 44.
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Euler number
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Euler polynomial
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
eulerNumber(int, int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
 
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
evalFromToDeltaParameters(ArgumentParameter, IterativeOperatorParameters) - Method in class org.mariuszgromada.math.mxparser.Expression
Evaluates ranges 'from', 'to', 'delta' for the iterative operator
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
 
evaluateTokensLevels(List<Token>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
Evaluates tokens levels
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Exponential function Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Exponential integral function
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
 
ExpandBuff(boolean) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
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."
expectedTokenSequences - Variable in exception org.mariuszgromada.math.mxparser.syntaxchecker.ParseException
Each entry in this array is an array of integers.
EXPONENTIAL_INTEGRAL_X_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
exponentialIntegralEi(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Exponential integral function Ei(x)
expr - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
exprArgFromToInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
exprArgOptDeltaInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
exprArgOptPointInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
expression() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
Expression - Class in org.mariuszgromada.math.mxparser
Expression - base class for real expression definition.
Expression - org.mariuszgromada.math.mxparser.CalcStepRecord.StepType
 
Expression(String, boolean) - Constructor for class org.mariuszgromada.math.mxparser.Expression
Constructor - creates new expression from expression string.
Expression(String, List<Argument>, List<Function>, List<Constant>, boolean, boolean, List<Double>) - Constructor for class org.mariuszgromada.math.mxparser.Expression
Package level constructor - creates new expression from expression string, arguments list, functions list and constants list (used by the RecursiveArgument class).
Expression(String, List<Token>, List<Argument>, List<Function>, List<Constant>, boolean, boolean, List<Double>) - Constructor for class org.mariuszgromada.math.mxparser.Expression
Package level constructor - creates new expression from subexpression (sublist of the tokens list), arguments list, functions list and constants list (used by the internal calculus operations, etc...).
Expression(String, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.Expression
Constructor - creates new expression from expression string.
Expression(Expression, boolean, CloneCache) - Constructor for class org.mariuszgromada.math.mxparser.Expression
 
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"
expressionClones - Variable in class org.mariuszgromada.math.mxparser.CloneCache
 
expressionInit() - Method in class org.mariuszgromada.math.mxparser.Expression
Common elements while expression initializing
expressionInternalVarsInit() - Method in class org.mariuszgromada.math.mxparser.Expression
Common variables while expression initializing
expressionString - Variable in class org.mariuszgromada.math.mxparser.Expression
Expression string (for example: "sin(x)+cos(y)")
expressionStringCleaned - Variable in class org.mariuszgromada.math.mxparser.Expression
Expression string after attempt to clean
expressionStringStart - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
1.
ExpressionUtils - Class in org.mariuszgromada.math.mxparser
Utility methods used in Expression class
ExpressionUtils() - Constructor for class org.mariuszgromada.math.mxparser.ExpressionUtils
 
expressionWasModified - Variable in class org.mariuszgromada.math.mxparser.Expression
if true then new tokenizing is required (the initialTokens list needs to be updated)
exprIfFalse - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
exprIfTrue - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
exprNArg(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
exprNArgInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 

F

F - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
False as double
f1ArgCalc - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
f1ArgCalc(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Calculates unary function
f1SetDecreaseRemove(int, double) - Method in class org.mariuszgromada.math.mxparser.Expression
 
f1SetDecreaseRemove(int, double, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
SetDecreaseRemove for 1 arg functions SetDecreaseRemove like methods are called by the methods calculating values of the unary operation, binary relations and functions.
f2ArgCalc - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
f2ArgCalc(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Calculates binary function
f2SetDecreaseRemove(int, double) - Method in class org.mariuszgromada.math.mxparser.Expression
 
f2SetDecreaseRemove(int, double, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
SetDecreaseRemove for 2-args functions For detailed specification refer to the f1SetDecreaseRemove()
f3ArgCalc - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
f3ArgCalc(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Calculates function with 3 arguments
f3SetDecreaseRemove(int, double) - Method in class org.mariuszgromada.math.mxparser.Expression
 
f3SetDecreaseRemove(int, double, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
SetDecreaseRemove for 3-args functions For detailed specification refer to the f1SetDecreaseRemove()
FACT - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
FACT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Factorilal function Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Prime factor value exponent
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
FACTORIAL - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
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
factorid - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
FACTVAL(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Prime factor value
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_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Fibonacci numbers
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
fibonacciNumber(int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
 
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."
FillBuff() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
fillInStackTrace() - Method in error org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker.LookaheadSuccess
 
findNonNegativeMinimum(int, int) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
findNonNegativeMinimum(int, int, int) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
first - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker.JJCalls
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Floor function Sets tokens to number token
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
 
forceDefaultStringResources() - Static method in class org.mariuszgromada.math.mxparser.StringModel
Forces to use default string resources
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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."
FORWARD_DIFFERENCE(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Forward difference operator
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)
forwardErrorMessage - Variable in class org.mariuszgromada.math.mxparser.Expression
An indicator of whether an error message should be passed from the current expression to the expression that called it.
FOUND - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
FOUND - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
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_OPERATOR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Fourth root as unary left 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
 
FRACTION - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
FRACTION - Static variable in class org.mariuszgromada.math.mxparser.TokenPart
 
fractionalPartLength(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Fractional part length of a number represented in a standard decimal format
fractionToDoubleArray(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Creates array representing fraction (sign, numerator and denominator).
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
FRANSEN_ROBINSON_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
FREE_ARGUMENT - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
FREE_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.Argument
Type indicator for free argument.
FREE_ARGUMENT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Free Arguments handling.
from - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
from - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
fromExp - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
fromIndex - Variable in class org.mariuszgromada.math.mxparser.FunctionParameter
 
fromParam - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
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(Function, boolean, CloneCache) - Constructor for class org.mariuszgromada.math.mxparser.Function
Private constructor used for function cloning.
FUNCTION - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
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 = "Square 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 ...
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 ...
FUNCTION_2_ARG_FACTVAL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Prime decomposition - factor value at position between 1 ...
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 ...
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_DEFINITION_EXAMPLES - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
FUNCTION_NAME_EXAMPLES - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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(String, String, String, String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
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
 
functionBodyType - Variable in class org.mariuszgromada.math.mxparser.Function
Function body type.
functionClones - Variable in class org.mariuszgromada.math.mxparser.CloneCache
 
functionDefStrRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
functionExpression - Variable in class org.mariuszgromada.math.mxparser.Function
function expression
functionExtension - Variable in class org.mariuszgromada.math.mxparser.Function
Function extension (body based in code)
FunctionExtension - Interface in org.mariuszgromada.math.mxparser
FunctionExtension provides interface for function algorithm definition.
functionExtensionVariadic - Variable in class org.mariuszgromada.math.mxparser.Function
Function extension variadic (body based in code)
FunctionExtensionVariadic - Interface in org.mariuszgromada.math.mxparser
FunctionExtensionVariadic similarly to FunctionExtension provides interface for function algorithm definition.
functionName - Variable in class org.mariuszgromada.math.mxparser.Function
function name
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
FunctionParameter - Class in org.mariuszgromada.math.mxparser
Package level class for handling function parameters.
FunctionParameter(List<Token>, String, int, int) - Constructor for class org.mariuszgromada.math.mxparser.FunctionParameter
 
functionsList - Variable in class org.mariuszgromada.math.mxparser.Expression
List of user defined functions
functionsToAddCloneAtTheEnd - Variable in class org.mariuszgromada.math.mxparser.CloneCache
 
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
 
functionVariadicA(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
functionVariadicBD(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
functionVariadicCond(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
functionVariadicDefStrRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
functionVariadicV(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
funExp - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
funParam - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Gamma special function Sets tokens to number token
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_S_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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
 
gammaInt(long) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Gamma function for the integers
GAUSS_ERF(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Gauss error function
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Inverse of Gauss error function
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Gauss complementary error function
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Inverse of Gauss complementary error function
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_ERROR_COMPLEMENTARY_X_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
GAUSS_ERROR_X_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Greates Common Divisor
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
 
gen - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker.JJCalls
 
GENERAL_DERIVATIVE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
 
generateParseException() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Generate ParseException.
geq(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Greater or equal relation.
GEQ - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
GEQ - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
GEQ(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Greater or equal
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
getArgumentClone(Argument) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
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
getBaseKeyWordsList(boolean, boolean, boolean) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
getBeginColumn() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Get token beginning line number.
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
getColumn() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Deprecated. 
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.
getConstantClone(Constant) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
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.
getCopyOfInitialTokens(String, List<Token>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
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.
getEndColumn() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Get token end line number.
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(...)
getExpressionClone(Expression) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
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
getFunctionClone(Function) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
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.
getFunctionParameters(int, List<Token>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
Returns list of the functions parameters.
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.
getHelp(String, List<KeyWord>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
getHelp(String, List<KeyWord>, boolean, boolean, String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
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.
getHelpAsCsv(List<KeyWord>, String, String, boolean, String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
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.
getHelpAsHtmlTable(List<KeyWord>, boolean, boolean, boolean, String, String, String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
getHelpAsHtmlTable(List<KeyWord>, boolean, String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
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.
getHelpAsJson(List<KeyWord>, boolean, String, String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
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.
getHelpAsMarkdownTable(List<KeyWord>, boolean, boolean, String, String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
getHelpAsMarkdownTable(List<KeyWord>, String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
GetImage() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Get token literal value.
getInitialTokens() - Method in class org.mariuszgromada.math.mxparser.Expression
Gets initial tokens and returns copied list
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.
getKeyWords(String, List<KeyWord>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
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.
getLeftSpaces(String, String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
getLicense() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Gets license info
getLine() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Deprecated. 
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
getMessage() - Method in error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMissingUserDefinedArguments() - Method in class org.mariuszgromada.math.mxparser.Expression
Returns missing user defined arguments names, i.e.
getMissingUserDefinedArguments(List<Token>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
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.
getMissingUserDefinedFunctions(List<Token>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
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.
getMissingUserDefinedUnits(List<Token>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
Returns missing user defined units names, i.e.
getMyTypeId() - Method in class org.mariuszgromada.math.mxparser.PrimitiveElement
Returns element type id
getNextToken() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Get the next Token.
getNextToken() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
Get the next Token.
getNumberOfPrimes() - Method in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Returns number of found primes.
getNumbers(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Creates ArraList containing function parameters
getNumeralSystemBase(String) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Recognition of numeral system base in which number literal represents number.
getNumeralSystemBaseFromBaseInd(String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
getParamArgument(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets / returns argument representing given argument name.
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.
getParametersNumber(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Return number of functions parameters.
getPrimes() - Method in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Gets underlying primes cache boolean table
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
getRegExpForNumeralSystem(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Return regular expression representing number literal string in given numeral system with base between 1 and 36.
getRightSpaces(String, String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
getSerialVersionUID(int) - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Unique serialization UID based on library version and class id.
getSimpleName(Object) - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
 
getSpecialValue(double, List<SpecialValue>) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Returns special value of inverse trigonometric function
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.
GetSuffix(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Get the suffix.
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.
getTabSize() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
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
getToken(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Get the specific Token.
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.
getTokenValue(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Gets token value
getTrackLineColumn() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
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
getUseType() - Static method in class org.mariuszgromada.math.mxparser.License
 
getUseTypeConfirmationMessage() - Static method in class org.mariuszgromada.math.mxparser.License
Verifies whether the use type has been successfully confirmed and signed.
getValue() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
An optional attribute value of the Token.
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
GG - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
GRAVITATIONAL_CONSTANT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
GREATER - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
GROUP_SHORT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "gr"
GSL_DBL_EPSILON - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
 
gt(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Greater than relation.
GT - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
GT - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
GT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Greater than.
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
HAFNER_SARNAK_MCCURLEY_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
halleyIteration(double, double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Halley's iteration used in Lambert-W approximation
HARMONIC_NUMBER(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Harmonic numbers
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
 
HARMONIC2_NUMBER(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Harmonic numbers
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 + ...
harmonicNumber(double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Harmonic number 1/1 + 1/2^x + ...
harmonicNumber(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Harmonic numer
HeadEqBody - Class in org.mariuszgromada.math.mxparser
 
HeadEqBody(String) - Constructor for class org.mariuszgromada.math.mxparser.HeadEqBody
 
headStr - Variable in class org.mariuszgromada.math.mxparser.HeadEqBody
 
headTokens - Variable in class org.mariuszgromada.math.mxparser.HeadEqBody
 
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"
HELP_EXPRESSION - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Empty expression for general help purposes.
HEXADECIMAL - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
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.
highlight(String) - Static method in class org.mariuszgromada.math.mxparser.Tutorial
 
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
 
HTML_TD_END_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
HTML_TD_START_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
HTML_TH_END_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
HTML_TH_START_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
HTML_TR_END_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
HTML_TR_START_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
hypergeometricF(double, double, double, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
The Gaussian or ordinary hypergeometric special function
hypergeometricFDirect(double, double, double, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
The Gaussian or ordinary hypergeometric special function - direct

I

i - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
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().
IDENTIFIER - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
IF(int) - Method in class org.mariuszgromada.math.mxparser.Expression
IF Sets tokens to number token
IF_CONDITION - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
IF_CONDITION(int) - Method in class org.mariuszgromada.math.mxparser.Expression
IF function
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 - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
IFF(int) - Method in class org.mariuszgromada.math.mxparser.Expression
IFF function
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
 
iFromToExprOptByInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
ifSetRemove(int, double) - Method in class org.mariuszgromada.math.mxparser.Expression
 
ifSetRemove(int, double, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
If set remove method for the if function.
iInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
image - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
image - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
The string image of the token.
imp(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean IMP
IMP - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
IMP(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logical 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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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
impliedMultiplicationError - Variable in class org.mariuszgromada.math.mxparser.Expression
Fires an error when impliedMultiplicationMode is on and there is a missing multiplication operator
impliedMultiplicationMode - Variable in class org.mariuszgromada.math.mxparser.Expression
Implied multiplication mode
impliedMultiplicationMode - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Implied multiplication mode
inBuf - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
INC_BETA(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Incomplete beta special function
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Lower incomplete special Gamma function
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Upper incomplete special Gamma function
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
 
INCOMPLETE_BETA_XAB_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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.ArgumentParameter
 
INDEX - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "index"
indexParam - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
initConsoleOutput() - Static method in class org.mariuszgromada.math.mxparser.mXparser
 
initialCompilationDetails - Variable in class org.mariuszgromada.math.mxparser.Expression
 
initialise(Token, int[][], String[]) - Static method in exception org.mariuszgromada.math.mxparser.syntaxchecker.ParseException
It uses "currentToken" and "expectedTokenSequences" to generate a parse error message and returns it.
initialTokens - Variable in class org.mariuszgromada.math.mxparser.Expression
List of expression tokens (words).
initialTokensAdd(Token) - Method in class org.mariuszgromada.math.mxparser.Expression
Handles implied multiplication while adding single token to the tokens list is checking preceding token
initialTokensAddTokenPart(TokenPart) - Method in class org.mariuszgromada.math.mxparser.Expression
Handles adding token part after single token split in the proces of parsing implied multiplication.
initialType - Variable in class org.mariuszgromada.math.mxparser.ArgumentParameter
 
initialValue - Variable in class org.mariuszgromada.math.mxparser.ArgumentParameter
 
initParserKeyWords() - Method in class org.mariuszgromada.math.mxparser.Expression
Creates parser keywords list
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.
initRecursiveArgument() - Method in class org.mariuszgromada.math.mxparser.RecursiveArgument
 
initRecursiveArgument(PrimitiveElement...) - Method in class org.mariuszgromada.math.mxparser.RecursiveArgument
 
initSuccessful - Variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Internal flag marking that primes cache initialization was successful;
input_stream - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
inputStream - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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
 
INTEGER - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
INTEGER - Static variable in class org.mariuszgromada.math.mxparser.TokenPart
 
integerPart(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Returns integer part of a double value.
INTEGRAL(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Function integral
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 - Static variable in class org.mariuszgromada.math.mxparser.Expression
Marker for internal processing
INTERNAL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
INTERNAL_ERROR_STRANGE_TOKEN_LEVEL_FINISHING - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Internal error / strange token level - finishing.
internalClone - Variable in class org.mariuszgromada.math.mxparser.Expression
Internal indicator for calculation process Expression.Calculate() method It shows whether to build again tokens list if clone - build again if not clone - build only at the beginning Indicator helps to solve the problem with above definitions Function f = new Function("f(x) = 2*g(x)"); Function g = new Function("g(x) = 2*f(x)"); f.addDefinitions(g); g.addDefinitions(f);
intIfAlmostIntOtherwiseOrig(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
If double is almost integer returns the closes integer, otherwise original value
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_LEXICAL_STATE - Static variable in error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
Tried to change to an invalid lexical state.
INVALID_TOKEN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Invalid token."
INVALID_TOKEN - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
INVALID_TOKEN_POSSIBLY_MISSING_MULTIPLICATION_OPERATOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Invalid token.
INVERSE_GAUSS_ERROR_COMPLEMENTARY_Y_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
INVERSE_GAUSS_ERROR_Y_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Prime test
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
 
is0To9Digit(char) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
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
 
isBinaryOperator(Token) - Static 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.
isBlankChar(char) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
isCloneInProgress(PrimitiveElement) - Method in class org.mariuszgromada.math.mxparser.CloneCache
 
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.
isFullyCompiled - Variable in class org.mariuszgromada.math.mxparser.Expression
 
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
 
isIdentifier(Token) - Static 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
 
isLeftParenthesis(Token) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is a left parenthesis.
ISNAN(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Is Not-a-Number Sets tokens to number token
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
 
isNotSpecialChar(char) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
isNumber() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
 
isNumber(Token) - Static 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
 
isParameterSeparator(Token) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is a parameter separator.
isPrime - Variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Integers table to store number and indicate whether they are prime or not
isRightParenthesis() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
 
isRightParenthesis(Token) - Static 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
 
isSpecialTokenName(Token) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is represented by a special name in the form [...].
isStartSet - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
isUnaryLeftOperator() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
 
isUnaryLeftOperator(Token) - Static 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
 
isUnaryRightOperator(Token) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token is a right unary operator.
isUnicodeName(char) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
isUnicodeOperator(char) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
isUnicodeRootOperator() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
 
isUnicodeRootOperator(Token) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Verification if the token represents unicode root operator
isVariadic - Variable in class org.mariuszgromada.math.mxparser.Function
Indicates whether UDF is variadic
itemExpression() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
itemName() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
itemOrFunction() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
itemOrFunctionImpliedMultiplication() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
itemOrFunctionOptionalImpliedMultiplication() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
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."
IterativeOperatorParameters - Class in org.mariuszgromada.math.mxparser
Package level class for generating iterative operator parameters
IterativeOperatorParameters(List<FunctionParameter>) - Constructor for class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 

J

j - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
jj_2_1(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_10(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_100(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_101(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_102(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_103(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_104(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_105(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_106(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_107(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_108(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_109(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_11(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_110(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_111(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_112(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_113(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_114(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_115(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_116(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_117(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_118(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_119(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_12(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_120(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_121(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_122(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_123(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_124(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_125(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_126(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_127(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_128(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_129(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_13(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_130(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_131(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_132(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_133(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_134(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_135(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_136(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_137(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_138(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_139(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_14(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_140(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_141(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_142(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_143(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_144(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_145(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_146(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_147(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_148(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_149(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_15(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_150(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_151(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_152(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_153(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_154(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_16(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_17(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_18(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_19(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_2(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_20(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_21(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_22(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_23(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_24(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_25(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_26(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_27(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_28(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_29(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_3(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_30(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_31(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_32(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_33(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_34(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_35(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_36(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_37(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_38(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_39(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_4(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_40(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_41(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_42(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_43(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_44(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_45(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_46(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_47(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_48(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_49(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_5(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_50(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_51(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_52(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_53(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_54(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_55(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_56(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_57(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_58(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_59(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_6(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_60(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_61(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_62(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_63(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_64(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_65(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_66(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_67(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_68(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_69(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_7(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_70(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_71(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_72(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_73(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_74(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_75(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_76(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_77(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_78(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_79(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_8(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_80(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_81(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_82(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_83(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_84(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_85(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_86(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_87(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_88(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_89(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_9(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_90(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_91(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_92(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_93(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_94(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_95(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_96(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_97(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_98(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_99(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_2_rtns - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_1() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_10() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_100() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_101() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_102() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_103() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_104() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_105() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_106() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_107() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_108() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_109() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_11() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_110() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_111() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_112() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_113() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_114() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_115() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_116() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_117() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_118() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_119() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_12() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_120() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_121() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_122() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_123() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_124() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_125() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_126() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_127() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_128() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_129() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_13() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_130() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_131() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_132() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_133() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_134() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_135() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_136() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_137() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_138() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_139() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_14() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_140() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_141() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_142() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_143() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_144() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_145() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_146() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_147() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_148() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_149() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_15() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_150() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_151() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_152() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_153() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_154() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_16() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_17() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_18() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_19() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_2() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_20() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_21() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_22() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_23() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_24() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_25() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_26() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_27() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_28() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_29() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_3() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_30() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_31() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_32() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_33() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_34() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_35() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_36() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_37() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_38() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_39() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_4() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_40() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_41() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_42() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_43() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_44() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_45() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_46() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_47() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_48() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_49() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_5() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_50() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_51() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_52() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_53() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_54() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_55() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_56() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_57() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_58() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_59() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_6() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_60() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_61() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_62() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_63() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_64() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_65() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_66() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_67() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_68() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_69() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_7() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_70() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_71() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_72() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_73() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_74() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_75() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_76() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_77() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_78() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_79() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_8() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_80() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_81() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_82() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_83() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_84() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_85() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_86() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_87() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_88() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_89() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_9() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_90() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_91() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_92() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_93() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_94() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_95() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_96() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_97() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_98() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3_99() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_argumentList_491_9_27() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_binaryExpression_416_9_30() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_binaryOperator_431_9_17() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_bracketedExpression_456_5_23() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_bracketedExpressionOptionalImpliedMultiplication_451_5_21() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_expression_411_9_16() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_itemExpression_446_5_32() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_itemName_481_9_29() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_itemOrFunction_471_9_25() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_itemOrFunctionImpliedMultiplication_466_9_24() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_itemOrFunctionOptionalImpliedMultiplication_461_5_22() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_otherBaseNumber_476_9_26() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_unaryLeftExpression_426_9_31() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_unaryLeftOperator_441_9_20() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_unaryRigthExpression_421_9_18() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_unaryRigthOperator_436_9_19() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_3R_unitOrSpecialConstant_486_9_28() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_add_error_token(int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_consume_token(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_endpos - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_expentries - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_expentry - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_gc - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_gen - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_input_stream - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_kind - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la1 - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la1_0 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la1_1 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la1_2 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la1_3 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la1_4 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la1_init_0() - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la1_init_1() - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la1_init_2() - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la1_init_3() - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_la1_init_4() - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_lastpos - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_lasttokens - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_ls - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_nt - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Next token.
jj_ntk - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_ntk_f() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_rescan - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_rescan_token() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_save(int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_scan_token(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jj_scanpos - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
jjAddStates(int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec0 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec1 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec10 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec11 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec12 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec13 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec14 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec15 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec16 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec17 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec18 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec19 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec2 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec20 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec21 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec22 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec3 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec4 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec5 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec6 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec7 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec8 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjbitVec9 - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
JJCalls() - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker.JJCalls
 
jjCanMove_0(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_1(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_10(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_11(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_12(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_13(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_14(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_15(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_16(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_17(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_18(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_2(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_3(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_4(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_5(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_6(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_7(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_8(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCanMove_9(int, int, int, long, long) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCheckNAdd(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjFillToken() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjimage - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjimageLen - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjmatchedKind - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjmatchedPos - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjMoveStringLiteralDfa3_0(long, long) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjnewLexState - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
Lex State array.
jjnewStateCnt - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjnextStates - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjround - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjrounds - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjStartNfa_0(int, long, long, long) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjstateSet - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjStopAtPos(int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjStopStringLiteralDfa_0(int, long, long, long) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjstrLiteralImages - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
Token literal values.
jjtoMore - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjtoSkip - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjtoSpecial - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
jjtoToken - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
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
 
JOULE_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
JSON_PART_DELIMITER - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
JSON_PART_INDENTATION_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
JSON_ROW_AFTER_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
JSON_ROW_BEFORE_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
JSON_ROW_INDENTATION_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
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

k - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
KEEP_ROUNDING_SETTINGS - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
KELVIN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Kelvin
KEY_ADVANCED_SEARCH_TAG - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
KEYID_ADVANCED_SEARCH_TAG - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
keyWord - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
Key word string (if matched)
keyWord - Variable in class org.mariuszgromada.math.mxparser.TokenPart
 
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"
keyWordsList - Variable in class org.mariuszgromada.math.mxparser.Expression
List of keywords known by the parser
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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
 
KILOGRAM_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
KILOPARSEC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
kind - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
An integer that describes the kind of this token.
kInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
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
 
KNOWN_KEYWORD - Static variable in class org.mariuszgromada.math.mxparser.TokenPart
 
KRONECKER_DELTA(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Kronecker delta
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
KwStrComparator - Class in org.mariuszgromada.math.mxparser
Comparator for key word list sorting by key word string.
KwStrComparator() - Constructor for class org.mariuszgromada.math.mxparser.KwStrComparator
 
KwTypeComparator - Class in org.mariuszgromada.math.mxparser
Comparator for key word list sorting by type of the key word
KwTypeComparator() - Constructor for class org.mariuszgromada.math.mxparser.KwTypeComparator
 

L

LAMBERT_W_1_X_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LAMBERT_W0(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Lambert-W special function, principal branch 0 Sets tokens to number token
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_W0_X_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LAMBERT_W1(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Lambert-W special function, branch = -1 Sets tokens to number token
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.
lambertW0(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
W0 - Principal branch of Lambert-W function
lambertW1(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Minus 1 branch of Lambert-W function Analytical approximations for real values of the Lambert W-function - D.A.
lambertWqNearZero - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Coefficients for Lambert W function, series for q near zero
lanchosGamma - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Coefficients for Lanchos Gamma 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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LANDAU_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
LANGUAGE_SPECIFIC_DESCRIPTIONS_SET - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
LANGUAGE_SPECIFIC_DESCRIPTIONS_SET - Static variable in class org.mariuszgromada.math.mxparser.StringModel
 
languageChinese() - Static method in class org.mariuszgromada.math.mxparser.StringResources
Simplified Chinese translations
languageDefault() - Static method in class org.mariuszgromada.math.mxparser.StringResources
Default translations, currently English
languageEnglish() - Static method in class org.mariuszgromada.math.mxparser.StringResources
English translations
languageFrench() - Static method in class org.mariuszgromada.math.mxparser.StringResources
French translations
languageGerman() - Static method in class org.mariuszgromada.math.mxparser.StringResources
German translations
languageItalian() - Static method in class org.mariuszgromada.math.mxparser.StringResources
Italian translations
languagePolish() - Static method in class org.mariuszgromada.math.mxparser.StringResources
Polish translations
languagePortuguese() - Static method in class org.mariuszgromada.math.mxparser.StringResources
Portuguese translations
languageSpanish() - Static method in class org.mariuszgromada.math.mxparser.StringResources
Spanish translations
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.
lastOperationMessage - Static variable in class org.mariuszgromada.math.mxparser.SerializationUtils
 
lastOperationWasSuccessful - Static variable in class org.mariuszgromada.math.mxparser.SerializationUtils
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Lowest Common Multiply
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_BRACKET - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LEFT_CURLY_BRACKET - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LEFT_DERIVATIVE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Derivative type specification
LEFT_OR_RIGHT_DER - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
LEFT_PAR - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
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
 
LEFT_SQUARE_BRACKET - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LEGENDRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
lengthOfMatch - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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 - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
LEQ - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
LEQ(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Lower or equal.
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
 
LETTER - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
LETTERS - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
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 - Static variable in error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
Lexical error occurred.
LEXICAL_ERROR_HAS_BEEN_FOUND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "A lexical error has been found."
LexicalErr(boolean, int, int, int, String, int) - Static method in error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
Lexer state names.
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.
License.MessageType - Enum in org.mariuszgromada.math.mxparser
 
License.UseType - Enum in org.mariuszgromada.math.mxparser
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LIGHT_YEAR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
line - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
LINE_BREAK - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Natural logarithm (base e) Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logarithm Sets tokens to number token
LOG_BETA(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Log beta special function
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_BETA_XY_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LOG_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
LOG_GAMMA(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Log Gamma special function Sets tokens to number token
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_S_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logarithmic exponential integral function
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logarithm - base 10 Sets tokens to number token
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logarithm - base 2 Sets tokens to number token
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
 
LOGARITHMIC_INTEGRAL_2_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LOGARITHMIC_INTEGRAL_X_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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.
logGammaA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Coefficients for Log Gamma function approximation - A
logGammaB - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Coefficients for Log Gamma function approximation - B
logGammaC - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Coefficients
Coefficients for Log Gamma function approximation - C
logLastOperationMessage(String) - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
 
LONG_RIGHT_ARROW - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LONG_RIGHT_ARROW_SPACE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LookaheadSuccess() - Constructor for error org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker.LookaheadSuccess
 
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
LOOP_DETECTED - Static variable in error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LOWER - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
LOWER_GAMMA_SX_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
lt(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Lower than relation.
LT - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
LT - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
LT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Lower than.
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Lucas numbers
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
lucasNumber(int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
 

M

m - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
main(String[]) - Static method in class org.mariuszgromada.math.mxparser.Tutorial
 
makeAllParserKeyWords() - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
makeCssClassDef(String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
makeJsonKeyValuePair(String, String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
makeMultiplyToken() - Static method in class org.mariuszgromada.math.mxparser.parsertokens.Token
Creates token representing multiplication operator.
makeParserKeyWords(boolean, boolean, boolean) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
makeParserKeyWords(boolean, boolean, boolean, List<KeyWord>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
makeStepDescription() - Method in class org.mariuszgromada.math.mxparser.Expression
 
markAsNotFullyCompiled() - Method in class org.mariuszgromada.math.mxparser.Expression
 
MARKDOWN_DELIMITER - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
MARKDOWN_HEADER_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
MARKDOWN_ROW_AFTER_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
MARKDOWN_ROW_BEFORE_TAG - Static variable in class org.mariuszgromada.math.mxparser.StringUtils
 
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
 
MASCHERONI_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Maximum value - iterative operator maxi(i,m,n,f(i),b) --> max f(i) from i=m to i=n by delta i - index (argument) m, n - numbers or expressions f(i) - function string by delta
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_RECURSION_CALLS - Static variable in class org.mariuszgromada.math.mxparser.Argument
 
MAX_RECURSION_CALLS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
 
MAX_RECURSION_CALLS - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Internal limit for counter to avoid infinite loops while calculating expression defined in the way shown by below examples Argument x = new Argument("x = 2*y"); Argument y = new Argument("y = 2*x"); x.addDefinitions(y); y.addDefinitions(x); Function f = new Function("f(x) = 2*g(x)"); Function g = new Function("g(x) = 2*f(x)"); f.addDefinitions(g); g.addDefinitions(f);
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
 
MAX_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Maximum variadic Sets tokens to number token
MAXIMUM_ERROR_MESSAGE_LENGTH_EXCEEDED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The maximum error message length has been exceeded."
MAXIMUM_NUMBER_OF_WARNING_DISPLAY - Static variable in class org.mariuszgromada.math.mxparser.License
 
maxNextCharInd - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
maxNumInCache - Variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Primes between 0 ...
mean - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
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
 
MEDIAN_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
MEDIAN_VARIADIC
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_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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
 
message - Static variable in class org.mariuszgromada.math.mxparser.License
 
MessageType() - Constructor for enum org.mariuszgromada.math.mxparser.License.MessageType
 
METER_AND_KILOGRAM_AND_SECOND_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
METER_AND_SECOND_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
METER_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
METER_PER_SECOND_SQUARED_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
METER_PER_SECOND_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
METER_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
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.Unit
 
MILLIGRAM_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIGRAM_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLILITRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Millilitre
MILLILITRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLILITRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLILITRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLILITRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLILITRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Millimetre
MILLIMETRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Square millimetre
MILLIMETRE2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE3 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Qubic millimetre
MILLIMETRE3_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE3_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE3_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE3_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLIMETRE3_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLISECOND - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Millisecond
MILLISECOND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLISECOND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLISECOND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLISECOND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLISECOND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MILLS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Mills' constant
MILLS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MILLS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MILLS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MILLS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MILLS_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
MILLS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
min(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Minimum function.
min(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Minimum function.
min(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Minimum value - iterative operator.
MIN(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Minimum value - iterative operator mini(i,m,n,f(i),b) --> min f(i) from i=m to i=n by delta i - index (argument) m, n - numbers or expressions f(i) - function string by delta
MIN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
MIN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MIN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
MIN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MIN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
MIN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
MIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
MIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MIN_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Minimum variadic Sets tokens to number token
minus(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Subtraction a - b applying canonical rounding if canonical rounding is enabled
MINUS - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
MINUS - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
MINUS(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Subtraction handling
MINUS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MINUS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MINUS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MINUS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MINUS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MINUTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
MINUTE
MINUTE_ARC - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Minute (angle)
MINUTE_ARC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MINUTE_ARC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MINUTE_ARC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MINUTE_ARC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MINUTE_ARC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MINUTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MINUTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MINUTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MINUTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
MINUTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
mixedFractionToDoubleArray(double, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Creates array representing mixed fraction (sign, whole number, numerator and denominator).
mod(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Modulo operator a % b
MOD(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Modulo Sets tokens to number token
MOD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
MOD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MOD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
MOD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MOD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
MOD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MOD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
MOD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MOD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
MOD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
mode(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Statistics
Sample mode
MODE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MODE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MODE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MODE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MODE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
MODE_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
MODE_VARIADIC
modifyBuiltinToken(String, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Method to change definition of built-in token - more precisely using this method allows to modify token string recognized by the parser (i.e.
modifyBuiltinToken(String, String, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Method to change definition of built-in token - more precisely using this method allows to modify token string recognized by the parser (i.e.
modifyParserKeyWords() - Method in class org.mariuszgromada.math.mxparser.Expression
 
MODULO - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
MODULO - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
MODULO(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Modulo handling.
MOLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
 
MONN_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MONN_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MONN_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MONN_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MOON_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Moon mass
MOON_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MOON_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MOON_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MOON_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MOON_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MOON_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Moon mean radius
MOON_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MOON_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MOON_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MOON_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MOON_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MOON_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Moon semi-major axis
MOON_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MoreLexicalActions() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
MRB - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
MRB constant
MRB_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MRB_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MRB_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MRB_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MRB_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
MRB_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
MULTIPLICATION_OPERATOR_MISSING_TRY_IMPLIED_MULTIPLICATION_MODE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Possibly missing multiplication operator - try implied multiplication mode."
multiply(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Multiplication a * b applying canonical rounding if canonical rounding is enabled
MULTIPLY - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
MULTIPLY - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
MULTIPLY(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Multiplication handling.
MULTIPLY_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_SINCE_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_SINCE_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_STR_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_STR_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_SYN_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
MULTIPLY_SYN_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
mXparser - Class in org.mariuszgromada.math.mxparser
mXparser class provides usefull methods when parsing, calculating or parameters transforming.
mXparser() - Constructor for class org.mariuszgromada.math.mxparser.mXparser
 
myTypeId - Variable in class org.mariuszgromada.math.mxparser.PrimitiveElement
Element type id

N

n - Variable in class org.mariuszgromada.math.mxparser.Argument
Index argument.
n - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
N - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Null as double
N_A - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Avagadro's constant
NA - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
nameOnlyTokenOptBracketsRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
nameOnlyTokenRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
nameTokenOptBracketsRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
nameTokenRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
NAMEv10 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv20 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv23 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv24 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv30 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv40 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv41 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv42 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv43 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv44 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv50 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv51 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv52 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv60 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NAMEv61 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
NaN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
nand(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean NAND
NAND - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
NAND(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logical NAND
NAND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
NAND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
NAND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
NAND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SINCE_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SINCE_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SINCE_UNI_4 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SINCE_UNI_5 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SINCE_UNI_6 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
NAND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_STR_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_STR_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_STR_UNI_4 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_STR_UNI_5 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_STR_UNI_6 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
NAND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
NAND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SYN_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SYN_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SYN_UNI_4 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SYN_UNI_5 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_SYN_UNI_6 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
NAND truth table
NAND1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NANO - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Nano
NANO_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
NANO_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
NANO_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
NANO_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
NANO_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
NAT0_1_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_1_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_1_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_3_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_3_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_3_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_3_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_3_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_4_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_4_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_4_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_4_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_4_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_5_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_5_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_5_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_5_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_5_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_6_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_6_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_6_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_6_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_6_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_7_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_7_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_7_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_7_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_7_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_8_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_8_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_8_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_8_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_8_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_9_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_9_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_9_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_9_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_9_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT0_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_1_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_1_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_1_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_3_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_3_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_3_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_3_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_3_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_4_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_4_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_4_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_4_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_4_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_5_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_5_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_5_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_5_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_5_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_6_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_6_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_6_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_6_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_6_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_7_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_7_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_7_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_7_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_7_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_8_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_8_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_8_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_8_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_8_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_9_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_9_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_9_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_9_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_9_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAT1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NAUTICAL_MILE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Nautical mile
NAUTICAL_MILE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
NAUTICAL_MILE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
NAUTICAL_MILE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
NAUTICAL_MILE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
NAUTICAL_MILE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
NDIG(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Number of digits in given numeral system
NDIG_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
NDIG_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
NDIG_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
NDIG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
NDIG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
NDIG10(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Number of digits in base 10 Sets tokens to number token
NDIG10_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NDIG10_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NDIG10_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NDIG10_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NDIG10_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NDIST_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
NDIST_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
NDIST_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
NDIST_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
NDIST_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
NDIST_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
NDIST_VARIADIC
NEG - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
NEG(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logical negation
NEG_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NEG_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NEG_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NEG_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NEG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NEG_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NEG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NEG_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NEPTUNE_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Neptune mass
NEPTUNE_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Neptune radius
NEPTUNE_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Neptune semi-major axis
NEPTUNE_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NEPTUNE_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
neq(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Inequality relation.
NEQ - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
NEQ - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
NEQ(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Not equals.
NEQ_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEQ_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEQ_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEQ_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEQ_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEQ_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEQ_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEQ_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEQ1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEQ1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEQ2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEQ2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
NEUTRON_EQUIVALENT_REST_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Neutron equivalent rest mass
NEUTRON_REST_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Neutron rest mass
neverParseForImpliedMultiplication - Variable in class org.mariuszgromada.math.mxparser.Expression
List of string tokens that should not be considered while seeking for optional implied multiplication.
NEW_LINE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
newLine - Static variable in class org.mariuszgromada.math.mxparser.StringResources
 
newToken - Variable in class org.mariuszgromada.math.mxparser.TokenModification
 
newToken(int) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
 
newToken(int, String) - Static method in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
Returns a new Token object, by default.
newTokenDescription - Variable in class org.mariuszgromada.math.mxparser.TokenModification
 
next - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker.JJCalls
 
next - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
A reference to the next regular (non-special) token from the input stream.
NFACT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Number of prime factors - distinct Sets tokens to number token
NFACT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NFACT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NFACT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NFACT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NFACT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
nimp(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean NIMP
NIMP - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
NIMP(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logical NIMP
NIMP_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NIMP_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NIMP_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NIMP_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NIMP_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NIMP_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NIMP_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
NIMP_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NIMP_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NIMP_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
NIMP truth table
nInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
NIVEN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Niven's constant
NIVEN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NIVEN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NIVEN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NIVEN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NIVEN_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
NIVEN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NO_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
 
NO_ERRORS_DETECTED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "No errors detected."
NO_ERRORS_DETECTED_IN_ARGUMENT_DEFINITION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "No errors detected in argument definition."
NO_ERRORS_DETECTED_IN_CONSTANT_DEFINITION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "No errors detected in constant definition."
NO_ERRORS_DETECTED_IN_FUNCTION_DEFINITION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "No errors detected in function definition."
NO_ERRORS_DETECTED_IN_RECURSIVE_ARGUMENT_DEFINITION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "No errors detected in recursive argument definition."
NO_EXP_STR - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
NO_SYNTAX_ERRORS - Static variable in class org.mariuszgromada.math.mxparser.Argument
Status of the syntax - no syntax error
NO_SYNTAX_ERRORS - Static variable in class org.mariuszgromada.math.mxparser.Constant
Status of the syntax - no syntax error
NO_SYNTAX_ERRORS - Static variable in class org.mariuszgromada.math.mxparser.Expression
Status of the syntax - no syntax error
NO_SYNTAX_ERRORS - Static variable in class org.mariuszgromada.math.mxparser.Function
Status of the syntax - no syntax error
NonCommercial - org.mariuszgromada.math.mxparser.License.UseType
 
nor(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean NOR
NOR - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
NOR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logical NOR
NOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
NOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
NOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
NOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NOR_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SINCE_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SINCE_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SINCE_UNI_4 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SINCE_UNI_5 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SINCE_UNI_6 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
NOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NOR_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_STR_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_STR_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_STR_UNI_4 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_STR_UNI_5 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_STR_UNI_6 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
NOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
NOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
NOR_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SYN_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SYN_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SYN_UNI_4 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SYN_UNI_5 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_SYN_UNI_6 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
NOR truth table
NOR1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NOR2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NORMAL_DISTRIBUTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Normal distribution"
NORMAL_N01_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
NORMAL_NMS_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
not(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean NOT
NOT - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
NOT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Negation Sets tokens to number token
NOT_A_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Not-a-Number
NOT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NOT_FOUND - Static variable in class org.mariuszgromada.math.mxparser.Argument
When argument was not found
NOT_FOUND - Static variable in class org.mariuszgromada.math.mxparser.Constant
When constant could not be found
NOT_FOUND - Static variable in class org.mariuszgromada.math.mxparser.Expression
FOUND / NOT_FOUND used for matching purposes
NOT_FOUND - Static variable in class org.mariuszgromada.math.mxparser.Function
When function was not found
NOT_FOUND - Static variable in class org.mariuszgromada.math.mxparser.mXparser
FOUND / NOT_FOUND used for matching purposes
NOT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NOT_IN_CACHE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Indicator that the value is not stored in cache
NOT_MATCHED - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
Indicator that token was not matched
NOT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NOT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NOT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
NOT_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
NOT truth table
NPAR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NPAR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NPAR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NPAR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NPAR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
NTH_ORDER_DERIVATIVE_OPERATOR_EXPECTS_3_OR_5_CALCULUS_PARAMETERS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "N-th order derivative operator expects 3 or 5 calculus parameters."
Null - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
Null - org.mariuszgromada.math.mxparser.License.UseType
 
NULL - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Null as integer
NULL_DATA_PROVIDED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Null data passed in the parameter."
NULL_FILE_PATH_PROVIDED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Null file passed in the parameter."
NULL_OBJECT_PROVIDED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Null object passed in the parameter."
NULL_TOKENS_LIST - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "NULL tokens list"
num - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
number - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Number"
NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
NUMBER_LITERAL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Number literal"
NUMBER_LITERAL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
NUMBER_LITERAL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
NUMBER_NAME_IMPL_MULTI_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
NUMBER_SHORT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "nr"
NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
NUMBER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
NUMBER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
NUMBER_TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
numberGroup - Variable in class org.mariuszgromada.math.mxparser.CalcStepRecord
If an expression makes a reference to a dependent argument or a user function then the calculation process will be done based on the calculation tree, where each group will be a marker of a particular (different) leaf of this tree.
numberGroupWithin - Variable in class org.mariuszgromada.math.mxparser.CalcStepRecord
Marker of a step in a process of calculation of a given expression pointed by a particular leaf in a calculation tree.
numberOfConfirmationAttempts - Static variable in class org.mariuszgromada.math.mxparser.License
 
numberOfDigits(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Number of digits needed to represent given number in base 10 numeral system.
numberOfDigits(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Number of digits needed to represent given number (its integer part) in numeral system with given base.
numberOfDigits(long) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Number of digits needed to represent given number in base 10 numeral system.
numberOfDigits(long, long) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Number of digits needed to represent given number in numeral system with given base.
numberOfDistValues(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Returns number of unique values found the list of numbers
numberOfPermutations(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Generalized coefficient returning number of k permutations that can be drawn for n elements set.
numberOfPermutations(double, long) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Generalized coefficient returning number of k permutations that can be drawn for n elements set.
numberOfPrimeFactors(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Prime decomposition (prime factorization) - returns number of distinct prime factors
numberOfPrimes - Variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Number of cached prime numbers
numberOfWarningDisplay - Static variable in class org.mariuszgromada.math.mxparser.License
 
NumberTheory - Class in org.mariuszgromada.math.mxparser.mathcollection
NumberTheory - summation / products etc...
NumberTheory() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
 
numberToAsciiString(double) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Deprecated.
Planned to be removed, use StringUtils.numberToAsciiString(double) instead
numberToAsciiString(double) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
Converts (long)double number into ASCII string, where each letter is represented by two hex digits (byte) from the hex representation of the original number cast to long type.
numberToAsciiString(int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Deprecated.
Planned to be removed, use StringUtils.numberToAsciiString(int) instead
numberToAsciiString(int) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
Converts number into ASCII string, where each letter is represented by two hex digits (byte) from the hex representation of the original number
numberToAsciiString(long) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Deprecated.
Planned to be removed, use StringUtils.numberToAsciiString(long) instead
numberToAsciiString(long) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
Converts number into ASCII string, where each letter is represented by two hex digits (byte) from the hex representation of the original number
numberToHexString(double) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Deprecated.
Planned to be removed, use StringUtils.numberToHexString(double) instead
numberToHexString(double) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
Converts (long)double number to hex string (plain text)
numberToHexString(int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Deprecated.
Planned to be removed, use StringUtils.numberToHexString(int) instead
numberToHexString(int) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
Converts integer number to hex string (plain text)
numberToHexString(long) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Deprecated.
Planned to be removed, use StringUtils.numberToHexString(long) instead
numberToHexString(long) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
Converts long number to hex string (plain text)

O

OCTAL - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
OFF_LOG_INT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Offset logarithmic exponential integral function
OFF_LOG_INT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
OFF_LOG_INT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
OFF_LOG_INT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
OFF_LOG_INT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
OFF_LOG_INT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
OFFSET_LOGARITHMIC_INTEGRAL_X_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
offsetLogarithmicIntegralLi(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Offset logarithmic integral function Li(x)
OMEGA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Omega constant
OMEGA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
OMEGA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
OMEGA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
OMEGA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
OMEGA_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
OMEGA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
one - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
ONE_TOKEN_WAS_EXPECTED_IN_THE_CALCULUS_OPERATOR_INVOCATION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "One token (argument or unknown) was expected in the calculus operator invocation."
ONLY_PARSER_KEYWORDS - Variable in class org.mariuszgromada.math.mxparser.HeadEqBody
 
Operator - Class in org.mariuszgromada.math.mxparser.parsertokens
Operators - mXparser tokens definition.
Operator() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
OPERATOR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Operator"
OPERATOR_CUBE_ROOT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Cube root"
OPERATOR_DIVIDE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Division"
OPERATOR_DIVIDE_QUOTIENT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Integer division (quotient)"
OPERATOR_FACT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Factorial"
OPERATOR_FOURTH_ROOT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Fourth root"
OPERATOR_MINUS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Subtraction"
OPERATOR_MOD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Modulo"
OPERATOR_MULTIPLY - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Multiplication"
OPERATOR_PERC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Percentage"
OPERATOR_PLUS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Addition"
OPERATOR_POWER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Exponentiation"
OPERATOR_SQUARE_ROOT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Square root"
OPERATOR_TETRATION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Tetration (hyper-4, power tower, exponential tower)"
opSetDecreaseRemove(int, double) - Method in class org.mariuszgromada.math.mxparser.Expression
 
opSetDecreaseRemove(int, double, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
SetDecreaseRemove for operators For detailed specification refer to the f1SetDecreaseRemove()
optBy - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
optDelta - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
optionalParameter(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
optionsChangesetNumber - Variable in class org.mariuszgromada.math.mxparser.Expression
mXparser options changeset used in checkSyntax() method
optionsChangesetNumber - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Options changeset
optPoint - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
or(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean OR
OR - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
OR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logical OR
OR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
OR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
OR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
OR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
OR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
OR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
OR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
OR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
OR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
OR_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
OR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
OR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
OR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
OR_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
OR_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
OR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
OR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
OR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
OR_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
OR_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
OR truth table
OR_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
OR_VARIADIC
OR1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
OR1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
OR2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
OR2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
org.mariuszgromada.math.mxparser - package org.mariuszgromada.math.mxparser
 
org.mariuszgromada.math.mxparser.mathcollection - package org.mariuszgromada.math.mxparser.mathcollection
 
org.mariuszgromada.math.mxparser.parsertokens - package org.mariuszgromada.math.mxparser.parsertokens
 
org.mariuszgromada.math.mxparser.syntaxchecker - package org.mariuszgromada.math.mxparser.syntaxchecker
 
orVariadic(double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean OR variadic
OTHER_CHAR - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
OTHER_NUMERAL_BASE - Static variable in class org.mariuszgromada.math.mxparser.TokenPart
 
otherBaseNumber() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
OUNCE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Ounce
OUNCE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
OUNCE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
OUNCE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
OUNCE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
OUNCE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
overrideBuiltinTokens - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Indicator whether user defined tokens should override built-in tokens.

P

p - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
p1evl(double, double[], int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Evaluate
Polynomial evaluation for the SpecialFunctions.logGamma(double)
PARABOLIC - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Parabolic constant
PARABOLIC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PARABOLIC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PARABOLIC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PARABOLIC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PARABOLIC_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PARABOLIC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PARAM_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
PARAM_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
PARAM_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
PARAM_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
PARAM_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
parametersNumber - Variable in class org.mariuszgromada.math.mxparser.Function
The number of function parameters
paramsTokenRegeExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
paramStr - Variable in class org.mariuszgromada.math.mxparser.FunctionParameter
 
parentheses(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
PARENTHESES - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
PARENTHESES(int, int) - Method in class org.mariuszgromada.math.mxparser.Expression
Parser symbols Removes parenthesis
PARSEC - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Parsec
PARSEC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PARSEC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PARSEC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PARSEC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PARSEC_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PARSEC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
ParseException - Exception in org.mariuszgromada.math.mxparser.syntaxchecker
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for exception org.mariuszgromada.math.mxparser.syntaxchecker.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.mariuszgromada.math.mxparser.syntaxchecker.ParseException
Constructor with message.
ParseException(Token, int[][], String[]) - Constructor for exception org.mariuszgromada.math.mxparser.syntaxchecker.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
PARSER_SYMBOL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Parser symbol"
PARSER_SYMBOL_BLANK - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Blank (whitespace) character"
PARSER_SYMBOL_COMMA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Comma (function parameters)"
PARSER_SYMBOL_LEFT_PARENTHESES - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Left parentheses"
PARSER_SYMBOL_NUMBER_DECIMAL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Decimal"
PARSER_SYMBOL_NUMBER_DECIMAL_EXAMPLE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PARSER_SYMBOL_NUMBER_FRACTIONS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Fractions"
PARSER_SYMBOL_NUMBER_FRACTIONS_EXAMPLE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PARSER_SYMBOL_NUMBER_INTEGER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Integer"
PARSER_SYMBOL_NUMBER_INTEGER_EXAMPLE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PARSER_SYMBOL_NUMBER_LEADING_ZERO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Leading zero"
PARSER_SYMBOL_NUMBER_LEADING_ZERO_EXAMPLE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PARSER_SYMBOL_NUMBER_NO_LEADING_ZERO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "No leading zero"
PARSER_SYMBOL_NUMBER_NO_LEADING_ZERO_EXAMPLE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PARSER_SYMBOL_NUMBER_OTHER_NUMERAL_SYSTEMS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Other numeral systems"
PARSER_SYMBOL_NUMBER_OTHER_NUMERAL_SYSTEMS_EXAMPLE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PARSER_SYMBOL_NUMBER_SCI_NOTATION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Scientific notation"
PARSER_SYMBOL_NUMBER_SCI_NOTATION_EXAMPLE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PARSER_SYMBOL_RIGHT_PARENTHESES - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Right parentheses"
PARSER_SYMBOL_SEMI - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Semicolon (function parameters)"
PARSER_SYMBOL_UNICODE_MATH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = " - Unicode math symbol"
parserKeyWordsOnly - Variable in class org.mariuszgromada.math.mxparser.Expression
Internal indicator for tokenization process if true, then keywords such as constants functions etc...
ParserSymbol - Class in org.mariuszgromada.math.mxparser.parsertokens
Parser symbols - mXparser tokens definition.
ParserSymbol() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
PARSING - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Parsing"
PATTERN_DOES_NOT_MATCH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Pattern does not match."
PATTERN_EXAMPLES - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Pattern examples"
PDF_CHI2(int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
PDF_CHI2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PDF_CHI2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PDF_CHI2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PDF_CHI2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PDF_CHI2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PDF_F_SNEDECOR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Probability Distribution Function - Snedecor's F distribution
PDF_F_SNEDECOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_F_SNEDECOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_F_SNEDECOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_F_SNEDECOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_F_SNEDECOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_NORMAL(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Probability Distribution Function - Normal distribution
PDF_NORMAL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_NORMAL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_NORMAL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_NORMAL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_NORMAL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_STUDENT_T(int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
PDF_STUDENT_T_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PDF_STUDENT_T_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PDF_STUDENT_T_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PDF_STUDENT_T_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PDF_STUDENT_T_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PDF_UNIFORM_CONT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Probability Distribution Function - Uniform Continuous distribution
PDF_UNIFORM_CONT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_UNIFORM_CONT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_UNIFORM_CONT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_UNIFORM_CONT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
PDF_UNIFORM_CONT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
pdfChiSquared(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Probability distribution function - Chi-Squared distribution
pdfNormal(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
PDF - Probability Distribution Function - Normal distribution N(mean, stddev).
pdfSnedecordF(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Probability distribution function - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
pdfStudentT(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Probability distribution function - Student's t-distribution
pdfUniformContinuous(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
PDF - Probability Distribution Function - Uniform Continuous distribution over interval [a, b).
PERC - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
PERC - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Percentage
PERC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Percentage Sets tokens to number token
PERC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
PERC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PERC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
PERC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PERC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
PERC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PERC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
PERC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PERC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
PERC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PERCENTAGE - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
performSyntaxStackPopIfEndOfSectionLevel(Token, Stack<SyntaxStackElement>) - Static method in class org.mariuszgromada.math.mxparser.Expression
 
PERM_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PERM_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PERM_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PERM_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PERM_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PERMUTATIONS(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Number of permutations
PERMUTATIONS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PERMUTATIONS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PERMUTATIONS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PERMUTATIONS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PERMUTATIONS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
PETA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Peta
PETA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETA_QUAD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETA_QUAD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETABIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Petabit
PETABIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETABIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETABIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETABIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETABIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETABYTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Petabyte
PETABYTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETABYTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETABYTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETABYTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PETABYTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PHYSICAL_CONSTANT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Physical constant"
PhysicalConstants - Class in org.mariuszgromada.math.mxparser.mathcollection
PhysicalConstants - class representing the most important physical constants.
PhysicalConstants() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
 
PI - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Pi, Archimedes' constant or Ludolph's number
PI_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PI_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PI_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PI_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PI_SINCE_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PI_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PI_STR_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PI_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PI_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PI_SYN_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PIBY2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Pi/2
PICO - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Pico
PICO_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PICO_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PICO_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PICO_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PICO_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PIINV - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
1/Pi
PINT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Pint
PINT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PINT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PINT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PINT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PINT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
piProduct(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Product operator
PLANCK_CONSTANT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Planck constant
PLANCK_CONSTANT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_CONSTANT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_CONSTANT_REDUCED - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Reduced Planck constant
PLANCK_CONSTANT_REDUCED_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_CONSTANT_REDUCED_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_CONSTANT_REDUCED_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_CONSTANT_REDUCED_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_CONSTANT_REDUCED_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PLANCK_CONSTANT_REDUCED_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_CONSTANT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_CONSTANT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_CONSTANT_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PLANCK_CONSTANT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_LENGTH - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Planck length
PLANCK_LENGTH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_LENGTH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_LENGTH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_LENGTH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_LENGTH_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PLANCK_LENGTH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Planck mass
PLANCK_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_MASS_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PLANCK_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_TIME - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Planck time
PLANCK_TIME_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_TIME_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_TIME_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_TIME_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLANCK_TIME_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PLANCK_TIME_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLASTIC - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Plastic constant
PLASTIC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLASTIC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLASTIC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLASTIC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLASTIC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PLASTICS_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
plus(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Addition a + b applying canonical rounding if canonical rounding is enabled
PLUS - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
PLUS - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
PLUS(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Addition handling.
PLUS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
PLUS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
PLUS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
PLUS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
PLUS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
point - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
polevl(double, double[], int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Evaluate
Polynomial evaluation for the SpecialFunctions.logGamma(double)
polynomial(double, double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Evaluate
Polynomial evaluation based on provided coefficients.
PORTER - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Porter's constant
PORTER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PORTER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PORTER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PORTER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
PORTER_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PORTER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
pos - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
position1 - Variable in class org.mariuszgromada.math.mxparser.CompiledElement
 
position2 - Variable in class org.mariuszgromada.math.mxparser.CompiledElement
 
POUND - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Pound
POUND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
POUND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
POUND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
POUND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
POUND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
power(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Power function a^b
POWER - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
POWER - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
POWER(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Power handling.
POWER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
POWER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
POWER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
POWER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
POWER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
powerSeriesEi(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Supporting function while Exponential integral function Ei(x) calculation
powInt(double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Applies the integer exponent to the base a
pp - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
 
PP - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
precedingFunction - Variable in class org.mariuszgromada.math.mxparser.TokenStackElement
 
presence - Variable in class org.mariuszgromada.math.mxparser.ArgumentParameter
 
prevCharIsCR - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
prevCharIsLF - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
PRIME_COUNT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Prime counting
PRIME_COUNT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
PRIME_COUNT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
PRIME_COUNT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
PRIME_COUNT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
PRIME_COUNT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
PRIME_COUNTING_N_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
primeCount(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Prime counting function
primeCount(long) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Prime counting function
primeFactorExponent(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Prime decomposition (prime factorization) - returns prime factor exponent
primeFactors(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Prime decomposition (prime factorization)
primeFactors(long) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Prime decomposition (prime factorization)
primeFactorValue(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Prime decomposition (prime factorization) - returns prime factor value
PRIMES_CACHE_NOT_INITIALIZED - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
primesCache - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Prime numbers cache
PrimesCache - Class in org.mariuszgromada.math.mxparser.mathcollection
Class for generating prime numbers cache using Eratosthenes Sieve.
PrimesCache() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Default constructor - setting prime cache for a default range if integers
PrimesCache(int) - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Constructor - setting prime cache for a given range if integers
primeTest(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Prime test
primeTest(int) - Method in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
Check whether given number is prime
primeTest(long) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Prime test
PrimitiveElement - Class in org.mariuszgromada.math.mxparser
Class used for connecting all basic elements such as: Argument, Constant, Function.
PrimitiveElement(int) - Constructor for class org.mariuszgromada.math.mxparser.PrimitiveElement
Default constructor setting element type id
print() - Static method in class org.mariuszgromada.math.mxparser.StringModel
Displays the user-defined text resources used and the effect of their use to generate descriptions of the parser elements on the console.
print() - Method in class org.mariuszgromada.math.mxparser.StringResources
Displays user-defined text resources in the console.
printCurrentVsDefault(String, String, String, boolean) - Static method in class org.mariuszgromada.math.mxparser.StringResources
 
printDescriptions() - Static method in class org.mariuszgromada.math.mxparser.StringModel
Prints to the console the result of applying user-specific text resources to generate parser description and objects.
printInitSrc() - Method in class org.mariuszgromada.math.mxparser.StringResources
Displays the initial text resource definitions as source code.
printResources(StringResources, boolean) - Static method in class org.mariuszgromada.math.mxparser.StringResources
 
printSystemInfo(String, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
 
PROBABILITY_DISTRIBUTION_FUNCTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Probability distribution function"
ProbabilityDistributions - Class in org.mariuszgromada.math.mxparser.mathcollection
ProbabilityDistributions - random number generators, PDF - Probability Distribution Functions, CDF - Cumulative Distribution Functions, QNT - Quantile Functions (Inverse Cumulative Distribution Functions).
ProbabilityDistributions() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
 
PROBLEM_WITH_EXPRESSION_SYNTAX - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "There is a problem with expression syntax."
prod(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Numbers multiplication.
PROD(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Product operator (SIGMA by) pord(i,m,n,f(i),b) --> prod f(i) from i=m to i=n by delta i - index (argument) m, n - numbers or expressions f(i) - function string by delta
PROD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
PROD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
PROD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
PROD_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_SINCE_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_SINCE_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
PROD_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_STR_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_STR_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
PROD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
PROD_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_SYN_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_SYN_UNI_3 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
PROD_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Sum variadic Sets tokens to number token
PROMIL - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Promil, Per mille
PROTON_EQUIVALENT_REST_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Proton equivalent rest mass
PROTON_REST_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Proton rest mass
PROVIDED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "provided"
PROVIDED_ELEMENTS_ARE_NULL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Provided elements are null."
PROVIDED_EXTENSION_IS_NULL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Provided extension is null."
PROVIDED_STRING_IS_NULL - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Provided string is null."

Q

q - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
QNT_CHI2(int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
QNT_CHI2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
QNT_CHI2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
QNT_CHI2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
QNT_CHI2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
QNT_CHI2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
QNT_F_SNEDECOR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Quantile Function - Snedecor's F distribution
QNT_F_SNEDECOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_F_SNEDECOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_F_SNEDECOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_F_SNEDECOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_F_SNEDECOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_NORMAL(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Quantile Function - Normal distribution
QNT_NORMAL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_NORMAL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_NORMAL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_NORMAL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_NORMAL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_STUDENT_T(int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
QNT_STUDENT_T_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
QNT_STUDENT_T_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
QNT_STUDENT_T_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
QNT_STUDENT_T_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
QNT_STUDENT_T_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
QNT_UNIFORM_CONT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Quantile Function - Uniform Continuous distribution
QNT_UNIFORM_CONT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_UNIFORM_CONT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_UNIFORM_CONT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_UNIFORM_CONT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
QNT_UNIFORM_CONT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
qntChengFuStudentTAlgorithm(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
 
qntChiSquared(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Quantile function (Inverse cumulative distribution function) - Chi-Squared distribution
qntHillsAlgorithm396(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
 
qntNormal(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
QNT - Quantile Function - Normal distribution N(mean, stddev).
qntSnedecordF(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Quantile function (Inverse cumulative distribution function) - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
qntSolveStud - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
 
qntStudentT(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Quantile function (Inverse cumulative distribution function) - Student's t-distribution
qntUniformContinuous(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
QNT - Quantile Function - Uniform Continuous distribution over interval [a, b).
QUANTILE_FUNCTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Quantile function (inverse cumulative distribution function)"
QUOTE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
quoteString(String) - Static method in class org.mariuszgromada.math.mxparser.StringResources
 

R

R - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Gas constant
rad(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Degrees to radius translation.
RAD(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Converts degrees to radius Sets tokens to number token
RAD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RAD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RAD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RAD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RAD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RADIAN_ARC - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Radian (angle)
RADIAN_ARC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
RADIAN_ARC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
RADIAN_ARC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
RADIAN_ARC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
RADIAN_ARC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
RADIAN_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RADIAN_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RAMANUJAN_SOLDNER - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Ramanujan-Soldner constant
RAMANUJAN_SOLDNER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
RAMANUJAN_SOLDNER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
RAMANUJAN_SOLDNER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
RAMANUJAN_SOLDNER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
RAMANUJAN_SOLDNER_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RAMANUJAN_SOLDNER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
RANDOM_INTEGER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Random integer"
RANDOM_NATURAL_NUMBER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Random natural number"
RANDOM_NATURAL_NUMBER_INCLUDING_0 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Random natural number including 0"
RANDOM_VARIABLE - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
RANDOM_VARIABLE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Random variable"
RANDOM_VARIABLE(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Random Variables handling.
RANDOM_VARIABLE_INT1_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_INT2_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_INT3_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_INT4_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_INT5_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_INT6_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_INT7_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_INT8_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_INT9_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT0_1_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT0_2_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT0_3_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT0_4_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT0_5_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT0_6_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT0_7_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT0_8_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT0_9_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT1_1_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT1_2_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT1_3_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT1_4_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT1_5_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT1_6_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT1_7_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT1_8_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RANDOM_VARIABLE_NAT1_9_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
randomGenerator - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random number generator
randomUniformContinuous() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random number from Uniform Continuous distribution over interval [0, 1).
RandomVariable - Class in org.mariuszgromada.math.mxparser.parsertokens
Random variables - mXparser tokens definition.
RandomVariable() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
RATIO_FRACTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Ratio / Fraction"
readChar() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Read a character.
RECURSION_CALLS_COUNTER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Recursion calls counter"
RECURSION_CALLS_COUNTER_EXCEEDED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Recursion calls counter exceeded maximum calls allowed."
recursionCallPending - Variable in class org.mariuszgromada.math.mxparser.Expression
Log used internally to mark started recursion call on the current object, necessary to avoid infinite loops while recursive syntax checking (i.e.
recursionCallsCounter - Variable in class org.mariuszgromada.math.mxparser.Argument
Internal counter to avoid infinite loops while calculating expression defined in the way showed by below examples Argument x = new Argument("x = 2*x"); x.addDefinitions(x);
recursionCallsCounter - Variable in class org.mariuszgromada.math.mxparser.Expression
Internal counter to avoid infinite loops while calculating expression defined in the way showed by below examples Argument x = new Argument("x = 2*y"); Argument y = new Argument("y = 2*x"); x.addDefinitions(y); y.addDefinitions(x); Function f = new Function("f(x) = 2*g(x)"); Function g = new Function("g(x) = 2*f(x)"); f.addDefinitions(g); g.addDefinitions(f);
RECURSIVE_ARGUMENT - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
RECURSIVE_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.Argument
Type indicator for recursive argument.
RECURSIVE_ARGUMENT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Recursive arguments handling.
RECURSIVE_ARGUMENT_DEFINITION_EXAMPLES - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RECURSIVE_ARGUMENT_EXPECTING_1_PARAMETER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "A recursive user-defined argument requires one parameter."
RecursiveArgument - Class in org.mariuszgromada.math.mxparser
RecursiveArgument class enables to declare the argument (variable) which is defined in a recursive way.
RecursiveArgument(String, String, String) - Constructor for class org.mariuszgromada.math.mxparser.RecursiveArgument
Constructor - creates recursive argument.
RecursiveArgument(String, String, Argument, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.RecursiveArgument
Constructor - creates recursive argument.
RecursiveArgument(String, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.RecursiveArgument
Constructor - creates argument based on the argument definition string.
RecursiveArgument(RecursiveArgument, CloneCache) - Constructor for class org.mariuszgromada.math.mxparser.RecursiveArgument
 
recursiveCounter - Variable in class org.mariuszgromada.math.mxparser.RecursiveArgument
To avoid never ending loops
recursiveMode - Variable in class org.mariuszgromada.math.mxparser.Expression
If recursive mode is on the recursive calls are permitted.
refreshHelp() - Static method in class org.mariuszgromada.math.mxparser.mXparser
 
refreshMaxAllowedRecursionDepth() - Static method in class org.mariuszgromada.math.mxparser.Argument
 
refreshMaxAllowedRecursionDepth() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
 
REG_BETA(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Regularized incomplete beta special function
REG_BETA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
REG_BETA_I_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
REG_BETA_I_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
REG_BETA_I_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
REG_BETA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
REG_BETA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
REG_BETA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
REG_BETA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
REG_GAMMA_LOWER(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Lower regularized special Gamma function
REG_GAMMA_LOWER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_LOWER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_LOWER_P_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_LOWER_P_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_LOWER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_LOWER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_LOWER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_UPPER(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Lower regularized special Gamma function
REG_GAMMA_UPPER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_UPPER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_UPPER_Q_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_UPPER_Q_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_UPPER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_UPPER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
REG_GAMMA_UPPER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
regexMatch(String, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Deprecated.
Planned to be removed, use StringUtils.regexMatch(String, String) instead
regexMatch(String, String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
Function used to introduce some compatibility between JAVA and C# while regexp matching.
registerCalculationStepRecord(CalcStepsRegister, int, String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
registerCalculationStepRecord(CalcStepsRegister, int, String, double) - Method in class org.mariuszgromada.math.mxparser.Expression
 
registerCompiledElement(CompiledElement.ToCall, int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
registerCompiledElement(CompiledElement.ToCall, int, int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
registerErrorWhileCalculate(String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
registerFinalSyntax(String, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
 
registerFinalSyntaxAlreadyCheckedNorErrors(String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
registerFinalSyntaxExpressionStringIsEmpty(String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
registerFinalSyntaxFunctionWithBodyExtNoErrors(String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
registerNoSyntaxErrorInDefinition() - Method in class org.mariuszgromada.math.mxparser.Argument
 
registerNoSyntaxErrorInDefinition() - Method in class org.mariuszgromada.math.mxparser.Constant
 
registerNoSyntaxErrorInDefinition() - Method in class org.mariuszgromada.math.mxparser.Function
 
registerPartialSyntaxStartingSyntaxCheck(String) - Method in class org.mariuszgromada.math.mxparser.Expression
 
registerSyntaxErrorInDefinition(String) - Method in class org.mariuszgromada.math.mxparser.Argument
 
registerSyntaxErrorInDefinition(String) - Method in class org.mariuszgromada.math.mxparser.Constant
 
registerSyntaxErrorInDefinition(String) - Method in class org.mariuszgromada.math.mxparser.Function
 
registerSyntaxLexicalError(String, Throwable) - Method in class org.mariuszgromada.math.mxparser.Expression
 
REGULARIZED_GAMMA_P_SX_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
REGULARIZED_GAMMA_Q_SX_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
REGULARIZED_INCOMPLETE_BETA_XAB_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
regularizedBeta(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Regularized incomplete Beta special function
regularizedGammaLowerP(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Regularized lower gamma function 'P'
regularizedGammaUpperQ(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Regularized upper gamma function 'Q'
ReInit(InputStream) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Reinitialise.
ReInit(Reader, int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
Reinitialise parser.
ReInit(SyntaxCheckerTokenManager) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Reinitialise.
ReInitRounds() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
relatedExpressionsList - Variable in class org.mariuszgromada.math.mxparser.Constant
Dependent expression list
relatedExpressionsList - Variable in class org.mariuszgromada.math.mxparser.Expression
List of related expressions, for example when user defined function is used in the expression or dependent argument was defined.
removeAllArguments() - Method in class org.mariuszgromada.math.mxparser.Argument
Removes all arguments associated with the argument expression.
removeAllArguments() - Method in class org.mariuszgromada.math.mxparser.Expression
Removes all arguments associated with the expression.
removeAllArguments() - Method in class org.mariuszgromada.math.mxparser.Function
Removes all arguments associated with the function expression.
removeAllConstants() - Method in class org.mariuszgromada.math.mxparser.Argument
Removes all constants associated with the argument expression
removeAllConstants() - Method in class org.mariuszgromada.math.mxparser.Expression
Removes all constants associated with the expression
removeAllConstants() - Method in class org.mariuszgromada.math.mxparser.Function
Removes all constants associated with the function expression
removeAllFunctions() - Method in class org.mariuszgromada.math.mxparser.Argument
Removes all functions associated with the argument expression.
removeAllFunctions() - Method in class org.mariuszgromada.math.mxparser.Expression
Removes all functions associated with the expression.
removeAllFunctions() - Method in class org.mariuszgromada.math.mxparser.Function
Removes all functions associated with the function expression.
removeArguments(String...) - Method in class org.mariuszgromada.math.mxparser.Argument
Removes first occurrences of the arguments associated with the argument expression.
removeArguments(String...) - Method in class org.mariuszgromada.math.mxparser.Expression
Removes first occurrences of the arguments associated with the expression.
removeArguments(String...) - Method in class org.mariuszgromada.math.mxparser.Function
Removes first occurrences of the arguments associated with the function expression.
removeArguments(Argument...) - Method in class org.mariuszgromada.math.mxparser.Argument
Removes first occurrences of the arguments associated with the argument expression.
removeArguments(Argument...) - Method in class org.mariuszgromada.math.mxparser.Expression
Removes first occurrences of the arguments associated with the expression.
removeArguments(Argument...) - Method in class org.mariuszgromada.math.mxparser.Function
Removes first occurrences of the arguments associated with the function expression.
removeBuiltinTokens(String...) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Removes built-in tokens form the list of tokens recognized by the parsers.
removeConstants(String...) - Method in class org.mariuszgromada.math.mxparser.Argument
Removes first occurrences of the constants associated with the argument expression.
removeConstants(String...) - Method in class org.mariuszgromada.math.mxparser.Expression
Removes first occurrences of the constants associated with the expression.
removeConstants(String...) - Method in class org.mariuszgromada.math.mxparser.Function
Removes first occurrences of the constants associated with the function expression.
removeConstants(Constant...) - Method in class org.mariuszgromada.math.mxparser.Argument
Removes first occurrences of the constants associated with the argument expression
removeConstants(Constant...) - Method in class org.mariuszgromada.math.mxparser.Expression
Removes first occurrences of the constants associated with the expression
removeConstants(Constant...) - Method in class org.mariuszgromada.math.mxparser.Function
Removes first occurrences of the constants associated with the function expression
removeDefinitions(PrimitiveElement...) - Method in class org.mariuszgromada.math.mxparser.Argument
Removes user defined elements (such as: Arguments, Constants, Functions) from the argument expressions.
removeDefinitions(PrimitiveElement...) - Method in class org.mariuszgromada.math.mxparser.Expression
Removes user defined elements (such as: Arguments, Constants, Functions) to the expressions.
removeDefinitions(PrimitiveElement...) - Method in class org.mariuszgromada.math.mxparser.Function
Removes user defined elements (such as: Arguments, Constants, Functions) from the function expressions.
removeFunctions(String...) - Method in class org.mariuszgromada.math.mxparser.Argument
Removes first occurrences of the functions associated with the argument expression.
removeFunctions(String...) - Method in class org.mariuszgromada.math.mxparser.Expression
Removes first occurrences of the functions associated with the expression.
removeFunctions(String...) - Method in class org.mariuszgromada.math.mxparser.Function
Removes first occurrences of the functions associated with the function expression.
removeFunctions(Function...) - Method in class org.mariuszgromada.math.mxparser.Argument
Removes first occurrences of the functions associated with the argument expression.
removeFunctions(Function...) - Method in class org.mariuszgromada.math.mxparser.Expression
Removes first occurrences of the functions associated with the expression.
removeFunctions(Function...) - Method in class org.mariuszgromada.math.mxparser.Function
Removes first occurrences of the functions associated with the function expression.
removeRelatedExpression(Expression) - Method in class org.mariuszgromada.math.mxparser.Argument
Adds related expression form the argumentExpression
removeRelatedExpression(Expression) - Method in class org.mariuszgromada.math.mxparser.Constant
Removes related expression.
removeRelatedExpression(Expression) - Method in class org.mariuszgromada.math.mxparser.Expression
Removes related expression
removeRelatedExpression(Expression) - Method in class org.mariuszgromada.math.mxparser.Function
Removes related expression.
removeTokens(int, int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
repeatString(String, int) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
resetAllCases() - Method in class org.mariuszgromada.math.mxparser.RecursiveArgument
Clears all based cases and stored calculated values
resetCancelCurrentCalculationFlag() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Resets a flag giving signal to the engine to cancel current calculation.
resetConsoleOutput() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Resets console output string, console output string is being built by consolePrintln(), consolePrint().
result - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
Final result of calculation
RESULT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "result"
RIGHT_ARROW - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RIGHT_ARROW_SPACE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RIGHT_BRACKET - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RIGHT_CURLY_BRACKET - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RIGHT_DERIVATIVE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
 
RIGHT_PAR - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
RIGHT_PARENTHESES_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
RIGHT_PARENTHESES_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
RIGHT_PARENTHESES_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
RIGHT_PARENTHESES_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
RIGHT_PARENTHESES_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
RIGHT_SHIFT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
RIGHT_SHIFT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
RIGHT_SHIFT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
RIGHT_SHIFT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
RIGHT_SHIFT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
RIGHT_SQUARE_BRACKET - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RIGHT_SQUARE_BRACKET_SPACE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
RND_CHI2(int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
RND_CHI2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RND_CHI2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RND_CHI2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RND_CHI2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RND_CHI2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RND_F_SNEDECOR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Random number - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
RND_F_SNEDECOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_F_SNEDECOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_F_SNEDECOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_F_SNEDECOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_F_SNEDECOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_LIST(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Random number from list
RND_LIST_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
RND_LIST_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
RND_LIST_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
RND_LIST_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
RND_LIST_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
RND_NORMAL(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Random number - Normal distribution
RND_NORMAL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_NORMAL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_NORMAL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_NORMAL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_NORMAL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_STUDENT_T(int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
RND_STUDENT_T_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RND_STUDENT_T_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RND_STUDENT_T_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RND_STUDENT_T_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RND_STUDENT_T_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
RND_UNIFORM_CONT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_UNIFORM_CONT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_UNIFORM_CONT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_UNIFORM_CONT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_UNIFORM_CONT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_UNIFORM_DISCR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_UNIFORM_DISCR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_UNIFORM_DISCR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_UNIFORM_DISCR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_UNIFORM_DISCR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
RND_VAR_UNIFORM_CONT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Random number - Uniform Continuous distribution
RND_VAR_UNIFORM_DISCR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Random number - Uniform Discrete distribution
rndChiSquared(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Pseudo-random number from Chi-Squared distribution
rndIndex(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random index from 0 to n-1,
rndIndex(int, Random) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random index from 0 to n-1,
rndInteger() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random integer.
rndInteger(double, double, Random) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random number from Uniform Discrete distribution.
rndInteger(int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random number from Uniform Discrete distribution.
rndInteger(int, int, Random) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random number from Uniform Discrete distribution.
rndInteger(Random) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random integer.
rndNormal(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random number from normal distribution N(mean, stddev).
rndNormal(double, double, Random) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random number from normal distribution N(mean, stddev).
rndSnedecordF(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Pseudo-random number from Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
rndStudentT(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Pseudo-random number from Student's t-distribution
rndUniformContinuous(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random number from dUniform Continuous distribution over interval [a, b).
rndUniformContinuous(double, double, Random) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random number from Uniform Continuous distribution over interval [a, b).
rndUniformContinuous(Random) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Random number from Uniform Continuous distribution over interval [0, 1).
root(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Nth order root of a number
ROOT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Nth order root
ROOT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
ROOT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
ROOT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
ROOT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
ROOT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
rootOperCalc - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
rootOperCalc(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Unicode root operators
rootorder - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
round(double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Double rounding
ROUND(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Decimal rounding
ROUND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
ROUND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
ROUND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
ROUND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
ROUND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
roundDown(double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Double down rounding
roundHalfUp(double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Double half up rounding
roundUlp(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Unit in the last place rounding, see 0.1 + 0.1 + 0.1 vs roundUlp(0.1 + 0.1 + 0.1)

S

s - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
sa(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Normalized sinc function.
SA(int) - Method in class org.mariuszgromada.math.mxparser.Expression
SA / sinc normalized
SA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SA1_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SA1_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SATURN_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Saturn mass
SATURN_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Saturn radius
SATURN_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Saturn semi-major axis
SATURN_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SATURN_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
sec - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
The secant function value
sec(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Secant trigonometric function
SEC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Secant / Trigonometric functions Sets tokens to number token
SEC_0 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_120 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_135 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_150 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_180 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_210 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_225 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_240 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_270 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_30 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_300 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_315 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_330 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_360 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_45 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_60 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_90 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SEC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SEC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SEC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SEC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SEC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
sech(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Hyperbolic secant function.
SECH(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Hyperbolic secant Sets tokens to number token
SECH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SECH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SECH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SECH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SECH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SECOND - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Second
SECOND_ARC - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Second (angle)
SECOND_ARC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
SECOND_ARC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
SECOND_ARC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
SECOND_ARC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
SECOND_ARC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
SECOND_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
SECOND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
SECOND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
SECOND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
SECOND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
SECOND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
SECOND_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
selectBestMatchingLanguage - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Indicator whether to select best matching language to OS locale
selectCaption(String, String) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
SEMI_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
SEMI_MAJOR_AXIS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Semi major axis"
SEMI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
SEMI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
semicolon - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
SEMICOLON - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
SEMICOLON - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
SEMICOLON_SPACE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
SEPARATOR - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.Argument
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.ArgumentParameter
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.CalcStepRecord
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.CompilationDetails
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.CompiledElement
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.Constant
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.DescKwLenComparator
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.Function
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.FunctionParameter
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.HeadEqBody
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.KwStrComparator
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.KwTypeComparator
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.PrimitiveElement
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.RecursiveArgument
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.SyntaxStackElement
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.TokenModification
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.TokenPart
 
serialClassID - Static variable in class org.mariuszgromada.math.mxparser.TokenStackElement
 
SERIALIZATION_PERFORMED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Serialization has been performed:"
SerializationUtils - Class in org.mariuszgromada.math.mxparser
A utility class for simplified serialization and deserialization of parser objects (and not only).
SerializationUtils() - Constructor for class org.mariuszgromada.math.mxparser.SerializationUtils
 
serializeToBytes(Serializable) - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Serialization of an object to byte data.
serializeToFile(Serializable, String) - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Serialization of an object to a file.
serializeToString(Serializable) - Static method in class org.mariuszgromada.math.mxparser.SerializationUtils
Serialization of an object to String data.
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.Argument
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.ArgumentParameter
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.CalcStepRecord
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.CompilationDetails
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.CompiledElement
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.Constant
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.DescKwLenComparator
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.Function
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.FunctionParameter
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.HeadEqBody
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.KwStrComparator
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.KwTypeComparator
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.PrimitiveElement
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.RecursiveArgument
 
serialVersionUID - Static variable in exception org.mariuszgromada.math.mxparser.syntaxchecker.ParseException
The version identifier for this Serializable class.
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
The version identifier for this Serializable class.
serialVersionUID - Static variable in error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
The version identifier for this Serializable class.
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.SyntaxStackElement
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.TokenModification
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.TokenPart
 
serialVersionUID - Static variable in class org.mariuszgromada.math.mxparser.TokenStackElement
 
seriesEval(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Private method used in Lambert-W approximation - near zero
setAlmostIntRounding(boolean) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Enables / disables almost integer rounding option causing rounding final calculation result to precise integer if and only if result is very close to integer.
setArgumentExpressionString(String) - Method in class org.mariuszgromada.math.mxparser.Argument
Sets argument expression string.
setArgumentName(String) - Method in class org.mariuszgromada.math.mxparser.Argument
Sets (modifies) argument name.
setArgumentValue(double) - Method in class org.mariuszgromada.math.mxparser.Argument
Sets argument value, if DEPENDENT_ARGUMENT then argument type is set to FREE_ARGUMENT.
setArgumentValue(int, double) - Method in class org.mariuszgromada.math.mxparser.Function
Sets value of function argument (function parameter).
setArgumentValue(String, double) - Method in class org.mariuszgromada.math.mxparser.Expression
Sets argument value.
setCanonicalRounding(boolean) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Enables / disables canonical rounding.
setConsoleOutputPrefix(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets console output string prefix.
setConsolePrefix(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets console prefix.
setConstantName(String) - Method in class org.mariuszgromada.math.mxparser.Constant
Sets constant name.
setConstantValue(double) - Method in class org.mariuszgromada.math.mxparser.Constant
Sets constant value
setDebugStream(PrintStream) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
Set debug output.
setDefaultConsoleOutputPrefix() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets default console output string prefix.
setDefaultConsolePrefix() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets default console prefix.
setDefaultEnglishStringResources() - Static method in class org.mariuszgromada.math.mxparser.StringModel
Sets default english string resources.
setDefaultEpsilon() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Sets default epsilon value.
setDefaultEpsilon() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets default epsilon value.
setDefaultMaxAllowedRecursionDepth() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Internal default limit to avoid infinite loops while calculating expression defined in the way shown by below examples.
setDefaultOptions() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets default mXparser options
setDefaultStringResources() - Static method in class org.mariuszgromada.math.mxparser.StringModel
Sets default string resources.
setDefaultThreadsNumber() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets default threads number
setDegreesMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Set mXparser to operate in degrees mode for trigonometric functions
setDescription(String) - Method in class org.mariuszgromada.math.mxparser.Argument
Sets argument description.
setDescription(String) - Method in class org.mariuszgromada.math.mxparser.Constant
Sets constant description.
setDescription(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Sets expression description.
setDescription(String) - Method in class org.mariuszgromada.math.mxparser.Function
Sets function description.
setEpsilon(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Sets epsilon value.
setEpsilon(double) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets epsilon value used in the EPSILON comparison mode and the almost integer rounding mode.
setEpsilonComparison() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Sets comparison mode to EPSILON.
setEpsilonComparison() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets comparison mode to EPSILON.
setErrorMessage(License.MessageType, String) - Static method in class org.mariuszgromada.math.mxparser.License
 
setExactComparison() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
Sets comparison mode to EXACT.
setExactComparison() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets comparison mode to EXACT.
setExpressionModifiedFlag() - Method in class org.mariuszgromada.math.mxparser.Expression
Sets expression status to modified Calls setExpressionModifiedFlag() method to all related expressions.
setExpressionModifiedFlags() - Method in class org.mariuszgromada.math.mxparser.Argument
Sets expression was modified flag to all related expressions to the argumentExpression.
setExpressionModifiedFlags() - Method in class org.mariuszgromada.math.mxparser.Constant
Sets expression modified flag to each related expression.
setExpressionModifiedFlags() - Method in class org.mariuszgromada.math.mxparser.Function
Set expression modified flags in the related expressions.
setExpressionString(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Sets (modifies expression) expression string.
setForwardErrorMessage(boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
An indicator of whether an error message should be passed from the current expression to the expression that called it.
setFunction(String, PrimitiveElement...) - Method in class org.mariuszgromada.math.mxparser.Function
setFunctionName(String) - Method in class org.mariuszgromada.math.mxparser.Function
Sets function name.
setLanguageSpecificDescriptions() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsBinaryRelation() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsBitwiseOperator() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsBooleanOperator() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsCalculusOperator() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsConstantValue() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsFunction1Arg() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsFunction2Arg() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsFunction3Arg() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsFunctionVariadic() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsOperator() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsParserSymbol() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsRandomVariable() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsUnit() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setLanguageSpecificDescriptionsUserDefinedElements() - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
setMaxAllowedRecursionDepth(int) - 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.
setMessageConfirmedCommercial() - Static method in class org.mariuszgromada.math.mxparser.License
 
setMessageConfirmedNonCommercial() - Static method in class org.mariuszgromada.math.mxparser.License
 
setNoPrimesCache() - Static method in class org.mariuszgromada.math.mxparser.mXparser
setNotToOverrideBuiltinTokens() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets mXparser not to override built-in tokens by user defined tokens.
setParametersNumber(int) - Method in class org.mariuszgromada.math.mxparser.Function
Set parameters number.
setParameterValue(int, double) - Method in interface org.mariuszgromada.math.mxparser.FunctionExtension
Sets value of function parameter
setRadiansMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Set mXparser to operate in radians mode for trigonometric functions
setRandomGenerator(Random) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Modifies random generator used by the ProbabilityDistributions class.
setRecursiveMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Sets recursive mode
setSilentMode() - Method in class org.mariuszgromada.math.mxparser.Argument
Disables argument verbose mode (sets default silent mode)
setSilentMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Disables verbose mode (default silent mode).
setSilentMode() - Method in class org.mariuszgromada.math.mxparser.Function
Disables function verbose mode (sets default silent mode)
setSpecialCases(boolean) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Enables special case recognition options, e.g.
setStringResources(StringResources) - Static method in class org.mariuszgromada.math.mxparser.StringModel
Sets a user-specific text resource object.
setSyntaxStatus(boolean, String) - Method in class org.mariuszgromada.math.mxparser.Expression
Package level method for passing information about errors identified on the constructors level
setTabSize(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
setThreadsNumber(int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets threads number
setToFractionInitSearchSize(long) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Sets initial search size for the toFraction method
setToFractionInitSearchSize(long) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets initial search size for the toFraction method
setToNumber(int, double) - Method in class org.mariuszgromada.math.mxparser.Expression
 
setToNumber(int, double, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
Sets given token to the number type / value.
setToOverrideBuiltinTokens() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets mXparser to override built-in tokens by user defined tokens.
setTrackLineColumn(boolean) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
setUlpRounding(boolean) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Enables / disables ULP rounding.
setUserArgument(CalcStepsRegister, Argument) - Static method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
setUserFunction(CalcStepsRegister, Function) - Static method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
setVerboseMode() - Method in class org.mariuszgromada.math.mxparser.Argument
Enables argument verbose mode
setVerboseMode() - Method in class org.mariuszgromada.math.mxparser.Expression
Enables verbose mode.
setVerboseMode() - Method in class org.mariuszgromada.math.mxparser.Function
Enables verbose function mode
sgn(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Signum function.
SGN(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Signum function Sets tokens to number token
SGN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SGN_GAMMA(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Signum of Gamma special function Sets tokens to number token
SGN_GAMMA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SGN_GAMMA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SGN_GAMMA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SGN_GAMMA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SGN_GAMMA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SGN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SGN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SGN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SGN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
sgnGamma(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
Signum from the real valued gamma function.
showArguments() - Method in class org.mariuszgromada.math.mxparser.Expression
 
showInitialTokens() - Method in class org.mariuszgromada.math.mxparser.Expression
shows initial tokens
showKeyWords() - Method in class org.mariuszgromada.math.mxparser.Expression
shows known keywords
showKeyWords(List<KeyWord>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
showParsing(int, int) - Method in class org.mariuszgromada.math.mxparser.Expression
Shows parsing (verbose mode purposes).
showParsing(int, int, List<Token>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
Shows parsing (verbose mode purposes).
showRelatedExpressions() - Method in class org.mariuszgromada.math.mxparser.Expression
Prints related expression list
showTokens() - Method in class org.mariuszgromada.math.mxparser.Expression
 
showTokens(List<Token>) - Static method in class org.mariuszgromada.math.mxparser.Expression
 
showTokens(List<Token>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
SIERPINSKI - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Sierpiński's constant
SIERPINSKI_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SIERPINSKI_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SIERPINSKI_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SIERPINSKI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SIERPINSKI_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
SIERPINSKI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
sigmaSummation(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Summation operator (SIGMA FROM i = a, to b, f(i) by delta
signature - Static variable in class org.mariuszgromada.math.mxparser.License
 
SimpleCharStream - Class in org.mariuszgromada.math.mxparser.syntaxchecker
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(InputStream) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int, int) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Constructor.
sin - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
The sine function value
sin(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Sine trigonometric function
SIN(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Sine function
SIN_0 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_120 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_135 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_150 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_180 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_210 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_225 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_240 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_270 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_30 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_300 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_315 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_330 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_360 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_45 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_60 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_90 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
SIN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SIN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SIN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
sinc(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Sinc function.
SINC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Sinc unnormalized
SINC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SINC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SINC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SINC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SINC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
since - Variable in class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
 
SINCE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Since"
SINCE_ADVANCED_SEARCH_TAG - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
sinh(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Hyperbolic sine function.
SINH(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Hyperbolic sine Sets tokens to number token
SINH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SINH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SINH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SINH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SINH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SkipLexicalActions(Token) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
SNEDECORS_F_DISTRIBUTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)"
SOLAR_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Solar mass
SOLAR_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SOLAR_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SOLAR_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SOLAR_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SOLAR_MASS_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
SOLAR_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SOLAR_RADIUS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Solar radius
SOLAR_RADIUS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SOLAR_RADIUS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SOLAR_RADIUS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SOLAR_RADIUS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SOLAR_RADIUS_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
SOLAR_RADIUS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
SOLVE(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Function SOLVE
SOLVE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SOLVE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SOLVE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SOLVE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SOLVE_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
SOLVE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
solveBrent(Expression, Argument, double, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
Brent solver (Brent root finder)
sortAsc(double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Array sort - ascending - quick sort algorithm.
sortAsc(double[], int[], int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Sorting array - ascending - quick sort algorithm.
space - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
SPACE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
SPACE_EQUAL_SPACE - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
SPECIAL_FUNCTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Special function"
specialCasesDisabled - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
If true, special value / special case will not be recognized
SpecialFunctions - Class in org.mariuszgromada.math.mxparser.mathcollection
SpecialFunctions - special (non-elementary functions).
SpecialFunctions() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
 
specialToken - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SpecialValue - Class in org.mariuszgromada.math.mxparser.mathcollection
SpecialValue - generic class for storing special values of various functions (e.g.: inverse trigonometric).
SpecialValue(double, double) - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
Main constructor - functions only with main unit
SpecialValue(double, double, double) - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
Constructor - functions only with values in radians and degrees
SpecialValueTrigonometric - Class in org.mariuszgromada.math.mxparser.mathcollection
SpecialValueTrigonometric - stores special values for trigonometric and inverse trigonometric functions.
SpecialValueTrigonometric(double, double, double, double, double, double, double) - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Main constructor
sqrt(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Square root.
SQRT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Square root Sets tokens to number token
SQRT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SQRT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SQRT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SQRT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SQRT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
SQRT2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Square root of 2
SQRT2BY2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
SQRT2BY2
SQRT2Pi - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Square root of 2*pi
SQRT3 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
SQRT3
SQRT3BY2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
SQRT3BY2
SQRT3BY3 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
SQRT3BY3
SQRT5 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
SQRT5
SQRTPi - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Square root of pi
SQUARE_METER_UNIT - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
SQUARE_ROOT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
SQUARE_ROOT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
SQUARE_ROOT_OPERATOR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Square root as unary left operator
SQUARE_ROOT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
SQUARE_ROOT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
SQUARE_ROOT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
start() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
startErrorMassage(String, String) - Static method in class org.mariuszgromada.math.mxparser.StringModel
 
STARTING - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Starting..."
STARTING_CALCULATION_LOOP - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Starting calculation loop."
STARTING_SYNTAX_CHECK - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Starting syntax check..."
STARTING_SYNTAX_CHECK_DEPENDENT_ARGUMENT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Starting syntax check of the dependent user-defined argument."
STARTING_SYNTAX_CHECK_RECURSIVE_ARGUMENT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Starting syntax check of the user-defined recursive argument."
STARTING_SYNTAX_CHECK_USER_DEFINED_FUNCTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Starting syntax check of the user-defined function."
STARTING_SYNTAX_CHECK_VARIADIC_USER_DEFINED_FUNCTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Starting syntax check of the variadic user-defined function."
startingIndex - Variable in class org.mariuszgromada.math.mxparser.RecursiveArgument
 
STATIC_LEXER_ERROR - Static variable in error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
Whether parser is static.
Statistics - Class in org.mariuszgromada.math.mxparser.mathcollection
Statistics - i.e.: mean, variance, standard deviation, etc.
Statistics() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.Statistics
 
std(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Statistics
Sample standard deviation (biased-corrected).
std(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Statistics
Bias-corrected standard deviation from sample function values - iterative operator.
STD(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Standard deviation from sample function values - iterative operator stdi(i,m,n,f(i),b) --> std f(i) from i=m to i=n by delta i - index (argument) m, n - numbers or expressions f(i) - function string by delta
STD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
STD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
STD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
STD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
STD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
STD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
STD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
STD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
STD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
STD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
STD_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Standard deviation variadic Sets tokens to number token
stdv - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
STEP - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "step"
stepNumberGroup - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
stepNumberGroupIncrease(CalcStepsRegister, Expression) - Static method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
stepType - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
StepType() - Constructor for enum org.mariuszgromada.math.mxparser.CalcStepRecord.StepType
 
stepTypeSetExpression() - Method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
stepTypeSetExpression(CalcStepsRegister) - Static method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
stepTypeSetUserArgument() - Method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
stepTypeSetUserFunction() - Method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
STIRLING1_NUMBER(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Stirling number of the first kind
STIRLING1_NUMBER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
STIRLING1_NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
STIRLING1_NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
STIRLING1_NUMBER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
STIRLING1_NUMBER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
Stirling1Number(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Stirling numbers of the first kind
Stirling1Number(int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Stirling numbers of the first kind
Stirling1Number(int, int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
 
STIRLING2_NUMBER(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Stirling number of the second kind.
STIRLING2_NUMBER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
STIRLING2_NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
STIRLING2_NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
STIRLING2_NUMBER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
STIRLING2_NUMBER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
Stirling2Number(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Stirling numbers of the second kind
Stirling2Number(int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Stirling numbers of the second kind
Stirling2Number(int, int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
 
str - Variable in class org.mariuszgromada.math.mxparser.TokenPart
 
STRING_RESOURCES - Static variable in class org.mariuszgromada.math.mxparser.StringModel
 
stringBuilderLinesAppend(StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringBuilderPartsAppend(StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringBuilderPartsAppendDelimited(String, String, StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringBuilderPartsAppendDelimited(String, String, String, boolean, boolean, boolean, StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringBuilderPartsAppendDelimitedRow(String, String, boolean, boolean, boolean, boolean, StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringBuilderPartsAppendDelimitedRow(String, String, boolean, StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringBuilderPartsAppendDelimitedRow(String, String, String, String, String, boolean, boolean, boolean, StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringBuilderPartsAppendHtmlTableHead(StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringBuilderPartsAppendHtmlTableRow(StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringBuilderPartsAppendJsonRow(StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringBuilderPartsAppendMarkdownTableHead(boolean, StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringBuilderPartsAppendMarkdownTableRow(StringBuilder, String...) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
stringConcatenateMaxLength(String, String, int) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
StringInvariant - Class in org.mariuszgromada.math.mxparser
A class containing definitions of text strings that are invariant with respect to the user's language.
StringInvariant() - Constructor for class org.mariuszgromada.math.mxparser.StringInvariant
 
StringModel - Class in org.mariuszgromada.math.mxparser
A class containing definitions of text strings that are with respect to the user's language.
StringModel() - Constructor for class org.mariuszgromada.math.mxparser.StringModel
 
StringResources - Class in org.mariuszgromada.math.mxparser
A class containing definition of user (interface) language.
StringResources() - Constructor for class org.mariuszgromada.math.mxparser.StringResources
 
StringResourcesChinese - Class in org.mariuszgromada.math.mxparser
A class containing definition of French user language
StringResourcesChinese() - Constructor for class org.mariuszgromada.math.mxparser.StringResourcesChinese
 
StringResourcesFrench - Class in org.mariuszgromada.math.mxparser
A class containing definition of French user language
StringResourcesFrench() - Constructor for class org.mariuszgromada.math.mxparser.StringResourcesFrench
 
StringResourcesGerman - Class in org.mariuszgromada.math.mxparser
A class containing definition of German user language
StringResourcesGerman() - Constructor for class org.mariuszgromada.math.mxparser.StringResourcesGerman
 
StringResourcesItalian - Class in org.mariuszgromada.math.mxparser
A class containing definition of Italian user language
StringResourcesItalian() - Constructor for class org.mariuszgromada.math.mxparser.StringResourcesItalian
 
StringResourcesPolish - Class in org.mariuszgromada.math.mxparser
A class containing definition of Polish user language
StringResourcesPolish() - Constructor for class org.mariuszgromada.math.mxparser.StringResourcesPolish
 
StringResourcesPortuguese - Class in org.mariuszgromada.math.mxparser
A class containing definition of Portuguese user language
StringResourcesPortuguese() - Constructor for class org.mariuszgromada.math.mxparser.StringResourcesPortuguese
 
StringResourcesSpanish - Class in org.mariuszgromada.math.mxparser
A class containing definition of Spanish user language
StringResourcesSpanish() - Constructor for class org.mariuszgromada.math.mxparser.StringResourcesSpanish
 
StringUtils - Class in org.mariuszgromada.math.mxparser
A class containing all string utils.
StringUtils() - Constructor for class org.mariuszgromada.math.mxparser.StringUtils
 
STUDENTS_T_DISTRIBUTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Student's t-distribution"
sum(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Adding numbers.
SUM(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Summation operator (SIGMA by) sum(i,m,n,f(i),b) --> sum f(i) from i=m to i=n by delta i - index (argument) m, n - numbers or expressions f(i) - function string by delta
SUM_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SUM_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
SUM_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SUM_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
SUM_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SUM_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
SUM_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SUM_SINCE_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SUM_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SUM_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
SUM_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SUM_STR_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SUM_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
SUM_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SUM_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
SUM_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SUM_SYN_UNI_2 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
SUM_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Sum variadic Sets tokens to number token
surroundApostrophe(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
surroundApostropheAddSpace(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
surroundBrackets(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
surroundBracketsAddSpace(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
surroundQuote(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
surroundQuoteAddSpace(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
surroundSquareBrackets(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
surroundSquareBracketsAddSpace(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
SwitchTo(int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
Switch to specified lex state.
SYN_ADVANCED_SEARCH_TAG - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
syntax - Variable in class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
 
SYNTAX - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Syntax"
SYNTAX_ERROR - Static variable in class org.mariuszgromada.math.mxparser.Argument
Status of the syntax - syntax error or syntax status unknown
SYNTAX_ERROR - Static variable in class org.mariuszgromada.math.mxparser.Constant
Status of the syntax - syntax error
SYNTAX_ERROR - Static variable in class org.mariuszgromada.math.mxparser.Expression
Status of the syntax - syntax error or syntax status unknown
SYNTAX_ERROR - Static variable in class org.mariuszgromada.math.mxparser.Function
Status of the syntax - syntax error or syntax status unknown
SYNTAX_ERROR_OR_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.Argument
Deprecated.
Planned to be removed, use Argument.SYNTAX_ERROR instead
SYNTAX_ERROR_OR_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.Constant
Deprecated.
Planned to be removed, use Constant.SYNTAX_ERROR instead
SYNTAX_ERROR_OR_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.Expression
Deprecated.
Planned to be removed, use Expression.SYNTAX_ERROR instead
SYNTAX_ERROR_OR_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.Function
Deprecated.
Planned to be removed, use Function.SYNTAX_ERROR instead
SYNTAX_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.Argument
 
SYNTAX_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
SYNTAX_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.Function
 
SYNTAX_STATUS_UNKNOWN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The syntax status is unknown."
SyntaxChecker - Class in org.mariuszgromada.math.mxparser.syntaxchecker
 
SyntaxChecker(InputStream) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Constructor with InputStream.
SyntaxChecker(InputStream, String) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Constructor with InputStream and supplied encoding
SyntaxChecker(Reader) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Constructor.
SyntaxChecker(SyntaxCheckerTokenManager) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Constructor with generated Token Manager.
SyntaxChecker.JJCalls - Class in org.mariuszgromada.math.mxparser.syntaxchecker
 
SyntaxChecker.LookaheadSuccess - Error in org.mariuszgromada.math.mxparser.syntaxchecker
 
SyntaxCheckerConstants - Interface in org.mariuszgromada.math.mxparser.syntaxchecker
Token literal values and constants.
SyntaxCheckerTokenManager - Class in org.mariuszgromada.math.mxparser.syntaxchecker
Token Manager.
SyntaxCheckerTokenManager(SimpleCharStream) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
Constructor.
SyntaxCheckerTokenManager(SimpleCharStream, int) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
Constructor.
syntaxIsAlreadyCheckedNorErrors() - Method in class org.mariuszgromada.math.mxparser.Expression
 
SyntaxStackElement - Class in org.mariuszgromada.math.mxparser
 
SyntaxStackElement(String, int) - Constructor for class org.mariuszgromada.math.mxparser.SyntaxStackElement
 
syntaxStatus - Variable in class org.mariuszgromada.math.mxparser.Constant
Status of the expression syntax Please referet to the: - NO_SYNTAX_ERRORS - SYNTAX_ERROR
syntaxStatus - Variable in class org.mariuszgromada.math.mxparser.Expression
Status of the expression syntax Please referet to the: - NO_SYNTAX_ERRORS - SYNTAX_ERROR - SYNTAX_STATUS_UNKNOWN
syntaxStatusDefinition - Variable in class org.mariuszgromada.math.mxparser.Argument
Syntax status registered on argument definition: - constructor, set name, ...
syntaxStatusDefinition - Variable in class org.mariuszgromada.math.mxparser.Function
Syntax status registered on argument definition: - constructor, set name, ...
SyntaxStringBuilder - Class in org.mariuszgromada.math.mxparser.parsertokens
Syntax String Builder - rules used by parser token classes.
SyntaxStringBuilder() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 

T

T - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
True as double
TAB_AS_SPACES - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
tabSize - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
tan - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
The tangent function value
tan(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Tangent trigonometric function
TAN(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Tangent / Trigonometric functions Sets tokens to number token
TAN_0 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_120 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_135 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_150 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_180 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_210 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_225 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_240 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_270 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_30 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_300 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_315 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_330 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_360 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_45 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_60 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_90 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
 
TAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
tanh(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Hyperbolic tangent function.
TANH(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Hyperbolic tangent Sets tokens to number token
TANH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TANH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TANH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TANH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TANH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
targetElementsList - Variable in class org.mariuszgromada.math.mxparser.ElementAtTheEnd
 
TERA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Tera
TERA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERA_ELECTRONO_VOLT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Tera Electrono-Volt
TERA_ELECTRONO_VOLT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERA_ELECTRONO_VOLT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERA_ELECTRONO_VOLT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERA_ELECTRONO_VOLT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERA_ELECTRONO_VOLT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERA_TRIL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERA_TRIL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERABIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Terabit
TERABIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERABIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERABIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERABIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERABIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERABYTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Terabyte
TERABYTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERABYTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERABYTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERABYTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERABYTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TERNARY_FUNCTION_EXPECTS_3_PARAMETERS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "A ternary function expects 3 parameters."
tetration(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Tetration, exponential power, power series
TETRATION - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
TETRATION - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
TETRATION(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Tetration handling.
TETRATION_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
TETRATION_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
TETRATION_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
TETRATION_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
TETRATION_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
TG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TGH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TGH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
thisAlreadyAdded - Variable in class org.mariuszgromada.math.mxparser.Function
 
THREADS_NUMBER - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Threads number settings
to - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
to - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
TO_FRACTION_INIT_SEARCH_SIZE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Initial search size 1 ...
toCall - Variable in class org.mariuszgromada.math.mxparser.CompiledElement
 
ToCall() - Constructor for enum org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
toExp - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
toFraction(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Converts double value to its fraction representation.
toFraction(double) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Converts double value to its fraction representation.
toFractionString(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Converts number to its fraction string representation.
toFractionString(double) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Converts number to its fraction string representation.
toIndex - Variable in class org.mariuszgromada.math.mxparser.FunctionParameter
 
token - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Current token.
Token - Class in org.mariuszgromada.math.mxparser.parsertokens
Token recognized by mXparser after string tokenization process.
Token - Class in org.mariuszgromada.math.mxparser.syntaxchecker
Describes the input token stream.
Token() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.Token
Default constructor
Token() - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.Token
No-argument constructor
Token(int) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.mariuszgromada.math.mxparser.syntaxchecker.Token
Constructs a new token for the specified Image and Kind.
TOKEN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Token"
token_source - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Generated Token Manager.
tokenBegin - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
tokenId - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
Token identifier
tokenId - Variable in class org.mariuszgromada.math.mxparser.TokenStackElement
 
tokenImage - Variable in exception org.mariuszgromada.math.mxparser.syntaxchecker.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
Literal token values.
tokenIndex - Variable in class org.mariuszgromada.math.mxparser.TokenStackElement
 
tokenizeExpressionString() - Method in class org.mariuszgromada.math.mxparser.Expression
Tokenizing expression string
tokenLevel - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
Token level
tokenLevel - Variable in class org.mariuszgromada.math.mxparser.SyntaxStackElement
 
tokenLevel - Variable in class org.mariuszgromada.math.mxparser.TokenStackElement
 
TokenLexicalActions(Token) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
 
TokenMgrError - Error in org.mariuszgromada.math.mxparser.syntaxchecker
Token Manager Error.
TokenMgrError() - Constructor for error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
No arg constructor.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
Full Constructor.
TokenMgrError(String, int) - Constructor for error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
Constructor with message and reason.
TokenModification - Class in org.mariuszgromada.math.mxparser
Data structure used internally for token to be modified list
TokenModification() - Constructor for class org.mariuszgromada.math.mxparser.TokenModification
 
TokenPart - Class in org.mariuszgromada.math.mxparser
Data structure used in tokenization searching for implied multiplication in case of a token i a form of one name for instance x2x2 = x2*x2
TokenPart() - Constructor for class org.mariuszgromada.math.mxparser.TokenPart
 
tokens - Variable in class org.mariuszgromada.math.mxparser.FunctionParameter
 
tokensList - Variable in class org.mariuszgromada.math.mxparser.Expression
the initialTokens list keeps unchanged information about found tokens.
tokensListToString(List<Token>) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
TokenStackElement - Class in org.mariuszgromada.math.mxparser
Internal token class which is used with stack while evaluation of tokens levels
TokenStackElement() - Constructor for class org.mariuszgromada.math.mxparser.TokenStackElement
 
tokensToModify - Static variable in class org.mariuszgromada.math.mxparser.mXparser
List of built-in tokens to modify
tokensToRemove - Static variable in class org.mariuszgromada.math.mxparser.mXparser
List of built-in tokens to remove.
tokenStr - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
String token
tokenStr - Variable in class org.mariuszgromada.math.mxparser.SyntaxStackElement
 
tokenToString(Token) - Static method in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
tokenTypeId - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
Token type
tokenTypeId - Variable in class org.mariuszgromada.math.mxparser.TokenStackElement
 
tokenValue - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
Token value if number
toMixedFraction(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Converts double value to its mixed fraction representation.
toMixedFraction(double) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Converts double value to its mixed fraction representation.
toMixedFractionString(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
Converts number to its mixed fraction string representation.
toMixedFractionString(double) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Converts number to its mixed fraction string representation.
TONNE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Tonne
TONNE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TONNE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TONNE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TONNE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TONNE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
toParam - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
toString() - Method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
toString() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.Token
Returns the image.
toString(CalcStepsRegister) - Static method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
trace_enabled - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
trace_enabled() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
Trace enabled.
trackLineColumn - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
trimNotNull(String) - Static method in class org.mariuszgromada.math.mxparser.StringUtils
 
TRUE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
True as integer
TRUE_AND_FALSE_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
TRUE_DEFINITION - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
TRUE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
TRUE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
TRUE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
TRUE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
TRUE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
tryAssignKnownKeyword(Token) - Method in class org.mariuszgromada.math.mxparser.Expression
Tries to find known keyword for a given token via string matching
tryFindKnownKeyword(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Tries to find known keyword for a given token via string matching
Tutorial - Class in org.mariuszgromada.math.mxparser
Tutorial class.
Tutorial() - Constructor for class org.mariuszgromada.math.mxparser.Tutorial
 
TWIN_PRIME - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Feigenbaum constant
TWIN_PRIME_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
TWIN_PRIME_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
TWIN_PRIME_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
TWIN_PRIME_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
TWIN_PRIME_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
TWIN_PRIME_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
type - Variable in class org.mariuszgromada.math.mxparser.CalcStepRecord
Calculation step type
type - Variable in class org.mariuszgromada.math.mxparser.TokenPart
 
TYPE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Type"
TYPE_ADVANCED_SEARCH_TAG - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.Argument
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.Constant
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.Expression
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.Function
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
TYPE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TYPE_DESC_RECURSIVE - Static variable in class org.mariuszgromada.math.mxparser.RecursiveArgument
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.Argument
Argument type id for the definition of keywords known by the parser.
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.Constant
Type identifier for constants
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.Expression
Expression type id
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.Function
Function type id identifier
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BinaryRelation
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
TYPE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
TYPE_ID_RECURSIVE - Static variable in class org.mariuszgromada.math.mxparser.RecursiveArgument
Type identifier for recursive arguments.
TYPEID_ADVANCED_SEARCH_TAG - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
typeOfUse - Static variable in class org.mariuszgromada.math.mxparser.License
 

U

UDF_PARAM(int) - Method in class org.mariuszgromada.math.mxparser.Expression
User Defined Variadic function param value Sets tokens to number token
UDFExpression - Variable in class org.mariuszgromada.math.mxparser.Expression
Indicator whether expression was automatically built for user defined functions purpose
UDFVariadicParamsAtRunTime - Variable in class org.mariuszgromada.math.mxparser.Expression
List of parameters provided by the user at run-time
ulp(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Unit in the last place(ULP) for double
ULP(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Unit in The Last Place Sets tokens to number token
ULP_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ULP_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ULP_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ULP_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ULP_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
ulpDecimalDigitsBefore(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Unit in The Last Place - number of decimal digits before
ulpRounding - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Double floating-point precision arithmetic causes mXparser provides intelligent ULP rounding to avoid some type of this errors.
UNARY_FUNCTION_EXPECTS_1_PARAMETER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "A unary function expects 1 parameter."
unaryFunctionI(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
unaryFunctionK(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
unaryFunctionN(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
unaryFunctionV(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
unaryFunctionX(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
unaryLeftBitwiseOperator(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
unaryLeftBooleanOperator(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
unaryLeftExpression() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
unaryLeftOperator() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
unaryLeftOperator(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
unaryLeftOperator(String, String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
unaryRightOperator(String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
unaryRightOperator(String, String) - Static method in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
unaryRigthExpression() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
unaryRigthOperator() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
UNEXPECTED_CHAR - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
UNEXPECTED_EXCEPTION_WAS_ENCOUNTERED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "An unexpected exception was encountered.
UNEXPECTED_TOKEN_MANAGER_ERROR_WAS_ENCOUNTERED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "An unexpected token manager error was encountered.
UNICODE_MATH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
UNICODE_NAME - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
UNICODE_NAME_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
UNICODE_ROOT - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
unicodeKeyWordsEnabled - Variable in class org.mariuszgromada.math.mxparser.Expression
Internal indicator informing hte parser that unicode know keywords are enabled and will be recognized by the parser as built-in functions or operators
unicodeKeyWordsEnabled - Static variable in class org.mariuszgromada.math.mxparser.mXparser
Internal indicator informing hte parser that unicode know keywords are enabled and will be recognized by the parser as built-in functions or operators
UNIFORM_CONTINUOUS_DISTRIBUTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Uniform continuous distribution"
UNIFORM_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
UNIFORM_DISCRETE_DISTRIBUTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Uniform discrete distribution"
UNIFORM_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
UNIFORM_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
UNIFORM_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
UNIFORM_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
UNIFORM_U01_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIFORM_UAB_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIFORM_UDAB_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
Unit - Class in org.mariuszgromada.math.mxparser.parsertokens
Units - mXparser tokens definition.
Unit() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
UNIT - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
UNIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit"
UNIT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Constants handling.
UNIT_ACRE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Acre"
UNIT_ARE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Are"
UNIT_ATTO_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_BIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Bit"
UNIT_BYTE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Byte"
UNIT_CENTI_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_CENTIMETRE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Centimeter"
UNIT_CENTIMETRE2 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Square centimeter"
UNIT_CENTIMETRE3 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Cubic centimeter"
UNIT_DAY - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Day"
UNIT_DECA_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_DECAGRAM - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Decagram"
UNIT_DECI_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_DEGREE_ARC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Degree of arc"
UNIT_ELECTRONO_VOLT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Electronovolt"
UNIT_EXA_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_EXABIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Exabit"
UNIT_EXABYTE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Exabyte"
UNIT_FEET - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Feet"
UNIT_FEMTO_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_GALLON - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gallon"
UNIT_GIGA_ELECTRONO_VOLT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gigaelectronovolt"
UNIT_GIGA_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_GIGABIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gigabit"
UNIT_GIGABYTE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gigabyte"
UNIT_GRAM - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Gram"
UNIT_HECTARE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Hectare"
UNIT_HECTO_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_HOUR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Hour"
UNIT_INCH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Inch"
UNIT_JOULE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Joule"
UNIT_JULIAN_YEAR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Julian year = 365.25 days"
UNIT_KILO_ELECTRONO_VOLT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Kiloelectronovolt"
UNIT_KILO_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_KILOBIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Kilobit"
UNIT_KILOBYTE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Kilobyte"
UNIT_KILOGRAM - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Kilogram"
UNIT_KILOMETRE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Kilometer"
UNIT_KILOMETRE_PER_HOUR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Kilometer per hour"
UNIT_KILOMETRE_PER_HOUR2 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Kilometer per square hour"
UNIT_KILOMETRE2 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Square kilometer"
UNIT_KILOMETRE3 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Cubic kilometer"
UNIT_KNOT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Knot"
UNIT_LITRE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Liter"
UNIT_MEGA_ELECTRONO_VOLT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Megaelectronovolt"
UNIT_MEGA_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_MEGABIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Megabit"
UNIT_MEGABYTE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Megabyte"
UNIT_METRE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Meter"
UNIT_METRE_PER_SECOND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Meter per second"
UNIT_METRE_PER_SECOND2 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Meter per square second"
UNIT_METRE2 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Square meter"
UNIT_METRE3 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Cubic meter"
UNIT_MICRO_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_MILE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mile"
UNIT_MILE_PER_HOUR - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mile per hour"
UNIT_MILE_PER_HOUR2 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Mile per square hour"
UNIT_MILLI_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_MILLIGRAM - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Milligram"
UNIT_MILLILITRE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Milliliter"
UNIT_MILLIMETRE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Millimeter"
UNIT_MILLIMETRE2 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Square millimeter"
UNIT_MILLIMETRE3 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Cubic millimeter"
UNIT_MILLISECOND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Millisecond"
UNIT_MINUTE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Minute"
UNIT_MINUTE_ARC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Minute of arc"
UNIT_NANO_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_NAUTICAL_MILE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Nautical mile"
UNIT_OF_ACCELERATION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit of acceleration"
UNIT_OF_ANGLE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit of angle"
UNIT_OF_AREA - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit of area"
UNIT_OF_ENERGY - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit of energy"
UNIT_OF_INFORMATION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit of information"
UNIT_OF_LENGTH - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit of length"
UNIT_OF_MASS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit of mass"
UNIT_OF_SPEED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit of speed"
UNIT_OF_TIME - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit of time"
UNIT_OF_VOLUME - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit of volume"
UNIT_OUNCE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Ounce"
UNIT_PERC_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_PERM_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_PETA_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_PETABIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Petabit"
UNIT_PETABYTE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Petabyte"
UNIT_PICO_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_PINT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Pint"
UNIT_POUND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Pound"
UNIT_RADIAN_ARC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Radian"
UNIT_SECOND - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Second"
UNIT_SECOND_ARC - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Second of arc"
UNIT_TERA_ELECTRONO_VOLT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Teraelectronovolt"
UNIT_TERA_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_TERABIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Terabit"
UNIT_TERABYTE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Terabyte"
UNIT_TONNE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Tonne"
UNIT_WEEK - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Week"
UNIT_YARD - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Yard"
UNIT_YOCTO_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_YOTTA_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_YOTTABIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Yottabit"
UNIT_YOTTABYTE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Yottabyte"
UNIT_ZEPTO_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_ZETTA_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
UNIT_ZETTABIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Zettabit"
UNIT_ZETTABYTE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Zettabyte"
UNITCONST - Static variable in class org.mariuszgromada.math.mxparser.ExpressionUtils
 
unitOnlyTokenRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
unitOrSpecialConstant() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
 
Units - Class in org.mariuszgromada.math.mxparser.mathcollection
Units - class representing the most important units (length, area, volume, mass).
Units() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.Units
 
Unknown - org.mariuszgromada.math.mxparser.CalcStepRecord.StepType
 
UNKNOWN_NAME - Static variable in class org.mariuszgromada.math.mxparser.TokenPart
 
unmodifyAllBuiltinTokens() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Un-marks all tokens previously marked to be modified.
unmodifyBuiltinTokens(String...) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Un-marks tokens previously marked to be modified.
unremoveAllBuiltinTokens() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Un-marks all tokens previously marked to be removed.
unremoveBuiltinTokens(String...) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Un-marks tokens previously marked to be removed.
UpdateLineColumn(char) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
 
updateMissingTokens(List<Token>, String, int, int) - Static method in class org.mariuszgromada.math.mxparser.Expression
Updating missing tokens (i.e.
updateMissingTokens(ArgumentParameter, IterativeOperatorParameters) - Static method in class org.mariuszgromada.math.mxparser.Expression
Update missing tokens in expression related to iterative operators.
UPPER_GAMMA_SX_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
URANUS_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Uranus mass
URANUS_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Uranus radius
URANUS_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Uranus semi-major axis
URANUS_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
URANUS_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
USER_CONSTANT - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
USER_CONSTANT(int) - Method in class org.mariuszgromada.math.mxparser.Expression
User constants handling.
USER_CONSTANT_WAS_EXPECTED - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "User-defined constant was expected."
USER_DEFINED_ARGUMENT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "User defined argument"
USER_DEFINED_CONSTANT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "User defined constant"
USER_DEFINED_EXPRESSION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "User defined expression"
USER_DEFINED_FUNCTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "User defined function"
USER_DEFINED_FUNCTION_EXPECTING_AT_LEAST_ONE_ARGUMENT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Incorrect number of parameters in user-defined function - at least one argument is expected."
USER_DEFINED_RECURSIVE_ARGUMENT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "User defined recursive argument"
USER_FUNCTION - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
USER_FUNCTION(int, CalcStepsRegister) - Method in class org.mariuszgromada.math.mxparser.Expression
User functions handling.
USER_LANGUAGE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "English"
UseType() - Constructor for enum org.mariuszgromada.math.mxparser.License.UseType
 

V

v - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
v1vNInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
VACUUM_PERMEABILITY - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Vacuum permeability
VACUUM_PERMITTIVITY - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PhysicalConstants
Vacuum permittivity
validateParserKeyWords() - Method in class org.mariuszgromada.math.mxparser.Expression
Final validation of keywords
valueOf(String) - Static method in enum org.mariuszgromada.math.mxparser.CalcStepRecord.StepType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mariuszgromada.math.mxparser.CompiledElement.ToCall
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mariuszgromada.math.mxparser.License.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mariuszgromada.math.mxparser.License.UseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mariuszgromada.math.mxparser.CalcStepRecord.StepType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mariuszgromada.math.mxparser.CompiledElement.ToCall
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mariuszgromada.math.mxparser.License.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mariuszgromada.math.mxparser.License.UseType
Returns an array containing the constants of this enum type, in the order they are declared.
valuesListAcos - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
List of special values of inverse cosine function
valuesListAcsc - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
List of special values of inverse cosecant function
valuesListActan - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
List of special values of inverse cotangent function
valuesListAsec - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
List of special values of inverse secant function
valuesListAsin - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
List of special values of inverse sine function
valuesListAtan - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
List of special values of inverse tangent function
valuesListTrig - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
List of special values for all main trigonometric functions
var(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Statistics
Sample variance (biased-corrected).
var(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Statistics
Bias-corrected variance from sample function values - iterative operator.
VAR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Variance from sample function values - iterative operator vari(i,m,n,f(i),b) --> var f(i) from i=m to i=n by delta i - index (argument) m, n - numbers or expressions f(i) - function string by delta
VAR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
VAR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
VAR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
VAR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
VAR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
VAR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
VAR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
VAR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
VAR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
 
VAR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
VAR_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Variance variadic Sets tokens to number token
variadicFunCalc - org.mariuszgromada.math.mxparser.CompiledElement.ToCall
 
variadicFunCalc(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Calculates Variadic function
variadicSetDecreaseRemove(int, double, int) - Method in class org.mariuszgromada.math.mxparser.Expression
 
variadicSetDecreaseRemove(int, double, int, boolean) - Method in class org.mariuszgromada.math.mxparser.Expression
SetDecreaseRemove for special functions.
VENUS_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Venus mass
VENUS_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Venus radius
VENUS_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
Venus semi-major axis
VENUS_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VENUS_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
verboseMode - Variable in class org.mariuszgromada.math.mxparser.Expression
Verbose mode prints processing info calls System.out.print* methods
VERSION - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
VERSION_CODE_NAME - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
VERSION_MAJOR - Static variable in class org.mariuszgromada.math.mxparser.mXparser
mXparser version
VERSION_MINOR - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
VERSION_NAME - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
VERSION_PATCH - Static variable in class org.mariuszgromada.math.mxparser.mXparser
 
vInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
VISWANATH - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
Viswanath's constant
VISWANATH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VISWANATH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VISWANATH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VISWANATH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
VISWANATH_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
VISWANATH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
vv - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
 

W

wait(int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Waits given number of milliseconds
WARNING - org.mariuszgromada.math.mxparser.License.MessageType
 
WARNING_BINARY_SERIALIZATION_SECURITY_RISKS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Deserializing data from an untrusted source can introduce security vulnerabilities to your application."
WAS_EXPECTING - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Was expecting"
WAS_EXPECTING_ONE_OF - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Was expecting one of"
WEEK - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
WEEK
WEEK_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
WEEK_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
WEEK_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
WEEK_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
WEEK_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
WHITESPACE - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
WITH_EXP_STR - Static variable in class org.mariuszgromada.math.mxparser.Expression
For verbose mode purposes
withDelta - Variable in class org.mariuszgromada.math.mxparser.IterativeOperatorParameters
 
wordId - Variable in class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
 
wordString - Variable in class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
 
wordTypeId - Variable in class org.mariuszgromada.math.mxparser.parsertokens.KeyWord
 
WORPITZKY_NUMBER(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Worpitzky number.
WORPITZKY_NUMBER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
WORPITZKY_NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
WORPITZKY_NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
WORPITZKY_NUMBER_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
WORPITZKY_NUMBER_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
 
worpitzkyNumber(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Worpitzky numbers
worpitzkyNumber(int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Worpitzky numbers

X

x - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
The x value from f(x)
x - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
xdeg - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Angle in degrees
xFrom - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
The start of the interval where the function value is considered to be by fv and fvdeg
xInParentheses - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
xnor(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean XNOR
XNOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
XNOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
XNOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
XNOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
XNOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
XNOR_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
XNOR truth table
xor(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean XOR
XOR - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
RegularExpression Id.
XOR(int) - Method in class org.mariuszgromada.math.mxparser.Expression
Logical XOR
XOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
XOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
XOR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
XOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
XOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
XOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
XOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
XOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
XOR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
XOR_SINCE_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
XOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
XOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
XOR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
XOR_STR_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
XOR_SYMBOL - Static variable in class org.mariuszgromada.math.mxparser.StringInvariant
 
XOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
 
XOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
XOR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
 
XOR_SYN_UNI_1 - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
XOR_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
XOR truth table
XOR_VARIADIC(int) - Method in class org.mariuszgromada.math.mxparser.Expression
XOR_VARIADIC
xorVariadic(double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean XOR variadic
xrad - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Angle in radians
xradFrom - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Angle in radians - the start of the interval where the function value is given
xradTo - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
Angle in radians - the end of the interval where the function value is given
xTo - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
The end of the interval where the function value is considered to be by fv and fvdeg

Y

y - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.SyntaxStringBuilder
 
YARD - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Yard
YARD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YARD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YARD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YARD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YARD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOCTO - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Yocto
YOCTO_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOCTO_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOCTO_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOCTO_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOCTO_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Yotta
YOTTA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTA_SEPT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTA_SEPT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTABIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Yottabit
YOTTABIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTABIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTABIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTABIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTABIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTABYTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Yottabyte
YOTTABYTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTABYTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTABYTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTABYTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
YOTTABYTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 

Z

ZEPTO - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Zepto
ZEPTO_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZEPTO_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZEPTO_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZEPTO_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZEPTO_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Zetta
ZETTA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTA_SEXT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTA_SEXT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTABIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Zettabit
ZETTABIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTABIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTABIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTABIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTABIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTABYTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Zettabyte
ZETTABYTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTABYTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTABYTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTABYTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
ZETTABYTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
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