Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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
- addBestResults(double[]) - Method in class com.adriangarcia.metaheuristics.tsmbfoa.Problem
-
Method that adds the best results found.
- 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.
- addEscapes(String) - Static method in error org.mariuszgromada.math.mxparser.syntaxchecker.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- 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.
- addStatistic(double) - Method in class com.adriangarcia.metaheuristics.tsmbfoa.Problem
-
Method of adding statistics.
- adjustBeginLineColumn(int, int) - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- 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 - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
-
RegularExpression Id.
- 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_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_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_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(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.
- argumentList() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
- 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form