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
All Classes All Packages
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.
- 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.
- 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
- 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_INITIAL_VALUE - Static variable in class org.mariuszgromada.math.mxparser.Argument
-
Double.NaN as initial value of the argument.
- 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_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
- 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
- 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
- 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
- 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
- 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 store 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
- 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
- Calculus - Class in org.mariuszgromada.math.mxparser.mathcollection
-
Calculus - numerical integration, differentiation, etc...
- Calculus() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.Calculus
- CalculusOperator - Class in org.mariuszgromada.math.mxparser.parsertokens
-
Calculus Operators - mXparser tokens definition.
- CalculusOperator() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- cancelCurrentCalculation() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Method give a signal to other methods to cancel current calculation.
- 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_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).
- 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 than 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 than 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
- 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_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 the 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.
- 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
- 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.mXparser
-
Prints to the console license terms and conditions of MathParser.org-mXparser software
- 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)".
- 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
- 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
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_SINCE - 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
- DECIMAL_SCIENTIFIC_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
- 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
- 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
- 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.
- 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.
- 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
- double2IntBoolean(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
-
Double to integer boolean translation
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
- 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.
- 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.
- 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.
- errorMessage - Variable in class org.mariuszgromada.math.mxparser.CalcStepsRegister
-
Information on error or lack of error while performing calculation process
- 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_SINCE - 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
- 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
- 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
- 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
- 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_ALFA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- FEIGENBAUM_ALFA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- FEIGENBAUM_ALFA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- FEIGENBAUM_ALFA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- FEIGENBAUM_ALFA_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
- 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
- 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
- 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.
- 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)".
- 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_RUNTIMEArgument.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.
- 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.
- 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.
- 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.
- 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_RUNTIMEFunction.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.mXparser
-
Calculates function f(x0) (given as expression) assigning Argument x = x0;
- getFunctionValues(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Returns array of double values of the function f(i) calculated on the range: i = from to i = to by step = delta
- getHelp() - Method in class org.mariuszgromada.math.mxparser.Expression
-
Gets help content.
- getHelp() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
General mXparser expression help
- getHelp(String) - Method in class org.mariuszgromada.math.mxparser.Expression
-
Searching help content.
- getHelp(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
General mXparser expression help - in-line key word searching
- getKeyWords() - Method in class org.mariuszgromada.math.mxparser.Expression
-
Returns list of key words known to the parser
- getKeyWords() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Returns list of key words known to the parser
- getKeyWords(String) - Method in class org.mariuszgromada.math.mxparser.Expression
-
Returns list of key words known to the parser
- getKeyWords(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Returns list of key words known to the parser
- 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.
- 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
- 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
- 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
-
Returns token type description.
- 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_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- 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
- 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_SINCE - 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
- hexString2AsciiString(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
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
- 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
- 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.
- integralTrapezoid(Expression, Argument, double, double, double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Calculus
-
Trapezoid numerical integration
- 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.
- 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.
- 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
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
- 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_SINCE - 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
- 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
- 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
- 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 - Static variable in class org.mariuszgromada.math.mxparser.mXparser
-
License info.
- 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
- MathFunctions - Class in org.mariuszgromada.math.mxparser.mathcollection
-
MathFunctions - the most popular math functions.
- MathFunctions() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
- 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
- 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_SINCE - 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
- 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
- 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
- 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
- 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_SYNTAX_ERRORS - Static variable in class org.mariuszgromada.math.mxparser.Argument
-
No syntax errors in the dependent argument definition.
- NO_SYNTAX_ERRORS - Static variable in class org.mariuszgromada.math.mxparser.Constant
-
Status of the Expression syntax
- NO_SYNTAX_ERRORS - Static variable in class org.mariuszgromada.math.mxparser.Expression
-
Status of the Expression syntax
- NO_SYNTAX_ERRORS - Static variable in class org.mariuszgromada.math.mxparser.Function
-
No syntax errors in the function.
- 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
- 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 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
- NULL - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
-
Null as integer
- NUMBER_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_DESC_DEC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_DESC_FRAC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_DESC_INT - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_DESC_NO_ZEROS - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_DESC_OTH_BASE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_DESC_SCI - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_DESC_WITH_ZEROS - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_REG_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SINCE_DEC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SINCE_FRAC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SINCE_INT - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SINCE_NO_ZEROS - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SINCE_OTH_BASE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SINCE_SCI - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SINCE_WITH_ZEROS - 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_SYN_DEC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SYN_FRAC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SYN_INT - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SYN_NO_ZEROS - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SYN_OTH_BASE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SYN_SCI - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- NUMBER_SYN_WITH_ZEROS - 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
-
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 casted to long type.
- numberToAsciiString(int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
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
-
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
-
Converts (long)double number to hex string (plain text)
- numberToHexString(int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Converts integer number to hex string (plain text)
- numberToHexString(long) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
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
- Operator - Class in org.mariuszgromada.math.mxparser.parsertokens
-
Operators - mXparser tokens definition.
- Operator() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.Operator
- 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
- ParserSymbol - Class in org.mariuszgromada.math.mxparser.parsertokens
-
Parser symbols - mXparser tokens definition.
- ParserSymbol() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- 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_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).
- 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_SINCE - 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
- 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
- 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
- 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
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_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).
- 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).
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
- 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
- RECURSIVE_ARGUMENT - Static variable in class org.mariuszgromada.math.mxparser.Argument
-
Type indicator for recursive argument.
- 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
-
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
- 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_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(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).
- 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_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- SEMI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- SEMI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- 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
- 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.
- 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
-
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)".
- 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
-
Sets
mXparser.primesCacheto null - 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)
- 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
- 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
- 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.
- 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
- 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
- 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
- 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_ERROR_OR_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.Argument
-
Syntax error in the dependent argument definition.
- SYNTAX_ERROR_OR_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.Constant
- SYNTAX_ERROR_OR_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.Expression
- SYNTAX_ERROR_OR_STATUS_UNKNOWN - Static variable in class org.mariuszgromada.math.mxparser.Function
-
Syntax error in the function or syntax status unknown.
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_SINCE - 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
- 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
- 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
- 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_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 key words 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
- UNICODE_MATH - 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_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.RandomVariable
- 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
- 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
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
-
mXparser version
- VERSION_CODE_NAME - Static variable in class org.mariuszgromada.math.mxparser.mXparser
- VERSION_NAME - 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
- 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_SINCE - 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_SINCE - 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
All Classes All Packages