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

A

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

B

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

C

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

D

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

E

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

F

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

G

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

H

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

I

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

J

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

K

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

L

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

M

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

N

n - Variable in class org.mariuszgromada.math.mxparser.Argument
Index argument.
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
 
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_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
NAND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
 
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.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_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_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_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
 
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_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
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_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_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
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_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_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
nor(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean NOR
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.BooleanOperator
 
NOR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
 
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.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_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"
not(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean NOT
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.Function
When function was not found
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 - 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"
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.
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
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

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
 
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_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
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."
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_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)"
or(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean 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_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
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
 
orVariadic(double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean OR variadic
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
 

P

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_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
 
paramsTokenRegeExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
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_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
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_FRACTIONS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Fractions"
PARSER_SYMBOL_NUMBER_INTEGER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Integer"
PARSER_SYMBOL_NUMBER_LEADING_ZERO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Leading zero"
PARSER_SYMBOL_NUMBER_NO_LEADING_ZERO - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "No leading zero"
PARSER_SYMBOL_NUMBER_OTHER_NUMERAL_SYSTEMS - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Other numeral systems"
PARSER_SYMBOL_NUMBER_SCI_NOTATION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Scientific notation"
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"
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_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_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_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_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_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 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Percentage
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
 
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_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_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_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_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_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_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
 
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_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
 
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_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
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_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
 
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
 
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.
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.
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_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_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
 
PROMIL - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
Promil, Per mille
PROMIL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PROMIL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PROMIL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PROMIL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
PROMIL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
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

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_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_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_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_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
 
qntChiSquared(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
Quantile function (Inverse cumulative distribution function) - Chi-Squared distribution
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)
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)"

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_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
 
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_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 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Random variable"
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"
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."
RECURSIVE_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.Argument
Type indicator for recursive argument.
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.
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_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_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.
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'
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.
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_DERIVATIVE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
 
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
 
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_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_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_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_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
 
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_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
 
round(double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Double 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

sa(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Normalized sinc function.
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_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_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_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
 
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
 
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.
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
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.
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.
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.
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.
setExpressionString(String) - Method in class org.mariuszgromada.math.mxparser.Expression
Sets (modifies expression) expression string.
setFunction(String, PrimitiveElement...) - Method in class org.mariuszgromada.math.mxparser.Function
setFunctionName(String) - Method in class org.mariuszgromada.math.mxparser.Function
Sets function name.
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.
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.
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)
setStringResources(StringResources) - Static method in class org.mariuszgromada.math.mxparser.StringModel
Sets a user-specific text resource object.
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
setToOverrideBuiltinTokens() - Static method in class org.mariuszgromada.math.mxparser.mXparser
Sets mXparser to override built-in tokens by user defined tokens.
setUlpRounding(boolean) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Enables / disables ULP rounding.
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_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
 
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.
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_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
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_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_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"
sinh(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Hyperbolic sine function.
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
 
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_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_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 
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_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.
SPECIAL_FUNCTION - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Special function"
SpecialFunctions - Class in org.mariuszgromada.math.mxparser.mathcollection
SpecialFunctions - special (non-elementary functions).
SpecialFunctions() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.SpecialFunctions
 
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_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_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_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
 
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."
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_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
 
STEP - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "step"
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
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
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 default user language and allowing new user language definition - for instance translation.
StringResources() - Constructor for class org.mariuszgromada.math.mxparser.StringResources
 
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_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_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
 
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 - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "The syntax status is unknown."
syntaxStatusDefinition - Variable in class org.mariuszgromada.math.mxparser.Argument
Syntax status registered on argument definition: - constructor, set name, ...

T

T - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
True as double
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_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_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
 
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_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
 
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.
Token - Class in org.mariuszgromada.math.mxparser.parsertokens
Token recognized by mXparser after string tokenization process.
Token() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.Token
Default constructor
TOKEN - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Token"
tokenId - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
Token identifier
tokenLevel - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
Token level
tokenStr - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
String token
tokenTypeId - Variable in class org.mariuszgromada.math.mxparser.parsertokens.Token
Token type
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
 
toString() - Method in class org.mariuszgromada.math.mxparser.CalcStepsRegister
 
TRUE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
True as integer
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
 
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_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.StringResources
Default String = "Type"
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.

U

ulp(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
Unit in the last place(ULP) for double
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
UNARY_FUNCTION_EXPECTS_1_PARAMETER - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "A unary function expects 1 parameter."
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_REG_EXP - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
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
 
Unit - Class in org.mariuszgromada.math.mxparser.parsertokens
Units - mXparser tokens definition.
Unit() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.Unit
 
UNIT - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Unit"
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_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_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_DECAGRAM - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "Decagram"
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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"
unitOnlyTokenRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
 
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
 
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.
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_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_LANGUAGE - Variable in class org.mariuszgromada.math.mxparser.StringResources
Default String = "English"

V

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
valueOf(String) - Static method in enum org.mariuszgromada.math.mxparser.CalcStepRecord.StepType
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.
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_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
 
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
 
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
 
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_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
 

W

wait(int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
Waits given number of milliseconds
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
 
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_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)
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
xnor(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
Boolean XNOR
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_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_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
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

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