Package parser.methods
Class Declarations
java.lang.Object
parser.methods.Declarations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
private static final List<BasicNumericalMethod>
A list user registered hardcoded methodsstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
static DRG_MODE
(package private) static List<BasicNumericalMethod>
static String[]
A list of all inbuilt methods of the parser of this software.The user is free to define his own functions.(package private) static String[]
static boolean
private static Collection<String>
methodsToNames
(List<BasicNumericalMethod> basicNumericalMethods) static void
registerBasicNumericalMethod
(BasicNumericalMethod basicNumericalMethod) static String
returnTypeDef
(String typeName) static void
-
Field Details
-
SIN
- See Also:
-
COS
- See Also:
-
TAN
- See Also:
-
SINH
- See Also:
-
COSH
- See Also:
-
TANH
- See Also:
-
ARC_SIN
- See Also:
-
ARC_COS
- See Also:
-
ARC_TAN
- See Also:
-
ARC_SINH
- See Also:
-
ARC_COSH
- See Also:
-
ARC_TANH
- See Also:
-
SEC
- See Also:
-
COSEC
- See Also:
-
COT
- See Also:
-
SECH
- See Also:
-
COSECH
- See Also:
-
COTH
- See Also:
-
ARC_SEC
- See Also:
-
ARC_COSEC
- See Also:
-
ARC_COT
- See Also:
-
ARC_SECH
- See Also:
-
ARC_COSECH
- See Also:
-
ARC_COTH
- See Also:
-
EXP
- See Also:
-
LN
- See Also:
-
LG
- See Also:
-
LOG
- See Also:
-
LN_INV
- See Also:
-
LG_INV
- See Also:
-
LOG_INV
- See Also:
-
ARC_SIN_ALT
- See Also:
-
ARC_COS_ALT
- See Also:
-
ARC_TAN_ALT
- See Also:
-
ARC_SINH_ALT
- See Also:
-
ARC_COSH_ALT
- See Also:
-
ARC_TANH_ALT
- See Also:
-
ARC_SEC_ALT
- See Also:
-
ARC_COSEC_ALT
- See Also:
-
ARC_COT_ALT
- See Also:
-
ARC_SECH_ALT
- See Also:
-
ARC_COSECH_ALT
- See Also:
-
ARC_COTH_ALT
- See Also:
-
LN_INV_ALT
- See Also:
-
LG_INV_ALT
- See Also:
-
LOG_INV_ALT
- See Also:
-
SQRT
- See Also:
-
CBRT
- See Also:
-
INVERSE
- See Also:
-
SQUARE
- See Also:
-
CUBE
- See Also:
-
POW
- See Also:
-
FACT
- See Also:
-
COMBINATION
- See Also:
-
PERMUTATION
- See Also:
-
PROD
- See Also:
-
MEDIAN
- See Also:
-
MODE
- See Also:
-
RANGE
- See Also:
-
MID_RANGE
- See Also:
-
ROOT_MEAN_SQUARED
- See Also:
-
COEFFICIENT_OF_VARIATION
- See Also:
-
MIN
- See Also:
-
MAX
- See Also:
-
STD_DEV
- See Also:
-
VARIANCE
- See Also:
-
STD_ERR
- See Also:
-
RANDOM
- See Also:
-
SORT
- See Also:
-
PLOT
- See Also:
-
PRINT
- See Also:
-
DIFFERENTIATION
- See Also:
-
INTEGRATION
- See Also:
-
QUADRATIC
- See Also:
-
TARTAGLIA_ROOTS
- See Also:
-
GENERAL_ROOT
- See Also:
-
LINEAR_SYSTEM
- See Also:
-
DETERMINANT
- See Also:
-
INVERSE_MATRIX
- See Also:
-
TRIANGULAR_MATRIX
- See Also:
-
ECHELON_MATRIX
- See Also:
-
MATRIX_MULTIPLY
- See Also:
-
MATRIX_DIVIDE
- See Also:
-
MATRIX_ADD
- See Also:
-
MATRIX_SUBTRACT
- See Also:
-
MATRIX_POWER
- See Also:
-
MATRIX_TRANSPOSE
- See Also:
-
MATRIX_EDIT
- See Also:
-
MATRIX_COFACTORS
- See Also:
-
MATRIX_ADJOINT
- See Also:
-
MATRIX_EIGENVEC
- See Also:
-
MATRIX_EIGENPOLY
- See Also:
-
HELP
- See Also:
-
BASIC_NUMERICAL_METHODS
A list user registered hardcoded methods
-
-
Constructor Details
-
Declarations
public Declarations()
-
-
Method Details
-
getBasicNumericalMethods
-
registerBasicNumericalMethod
-
unregisterBasicNumericalMethod
-
getInbuiltMethods
A list of all inbuilt methods of the parser of this software.The user is free to define his own functions. -
createInBuiltMethods
-
methodsToNames
-
returnTypeDef
- Parameters:
typeName
- The name of the method- Returns:
- the return type
-
getStatsMethods
- Returns:
- all the statistical methods used by the parser.
-
isBasicNumericalFunction
-
degGradRadFromVariable
-