- 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.
- 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.
- RegTestExpression - Class in org.mariuszgromada.math.mxparser.regressiontesting
-
RegTestExpression - regression tests for the expression calculation
- RegTestExpression() - Constructor for class org.mariuszgromada.math.mxparser.regressiontesting.RegTestExpression
-
- RegTestExpressionAPI - Class in org.mariuszgromada.math.mxparser.regressiontesting
-
RegTestExpressionAPI - regression tests for the expression API
- RegTestExpressionAPI() - Constructor for class org.mariuszgromada.math.mxparser.regressiontesting.RegTestExpressionAPI
-
- RegTestSyntax - Class in org.mariuszgromada.math.mxparser.regressiontesting
-
RegTestSyntax - regression tests for the expression syntax checking
- RegTestSyntax() - Constructor for class org.mariuszgromada.math.mxparser.regressiontesting.RegTestSyntax
-
- 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(Argument...) - 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(Argument...) - 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.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(Constant...) - 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(Constant...) - 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.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(Function...) - 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(Function...) - 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.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
- resetConsoleOutput() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Resets console output string, console output
string is being built by consolePrintln(), consolePrint().
- 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_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_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
-
- rndIndex(int, Random) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
-
Random index from 0 to n-1,
- rndIndex(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
-
Random index from 0 to n-1,
- rndInteger(int, int, Random) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
-
Random number from Uniform Discrete distribution.
- rndInteger(int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
-
Random number from Uniform Discrete distribution.
- rndInteger(Random) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
-
Random integer.
- rndInteger() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
-
Random integer.
- rndNormal(double, double, Random) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
-
Random number from normal distribution N(mean, stddev).
- rndNormal(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
-
Random number from normal distribution N(mean, stddev).
- 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(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
-
Random number from dUniform 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
-
- RunTest - Class in org.mariuszgromada.math.mxparser.regressiontesting
-
Use this class to run one of the following test
Param: reg - Expression regression test
Param: api - mXparser API test
Param: syn - Syntax checking test
Param: perf - Performance test
- RunTest() - Constructor for class org.mariuszgromada.math.mxparser.regressiontesting.RunTest
-