Class RpConstants
- java.lang.Object
-
- com.singularsys.extensions.fastreal.RpConstants
-
public class RpConstants extends java.lang.ObjectConstants used by the evaluator.
-
-
Field Summary
Fields Modifier and Type Field Description static shortABSstatic shortACOSstatic shortACOSHstatic shortADDstatic shortANDstatic shortASINstatic shortASINHstatic shortASSIGNstatic shortATANstatic shortATAN2static shortATANHstatic shortCONSTIndex for each commandstatic shortCOSstatic shortCOSECstatic shortCOSHstatic shortCOTstatic shortCROSSstatic shortCUSTOMstatic shortDIVstatic shortDOTstatic shortEQstatic shortEXPstatic shortFUN0User defined functions with 0 argumentsstatic shortFUN1static shortFUN2static shortFUN3static shortFUN4static shortGEstatic shortGTstatic shortIFstatic shortLEstatic shortLISTstatic shortLNstatic shortLOGstatic doubleLOG10static shortLTstatic shortMODstatic shortMULstatic shortNEstatic shortNOTstatic shortORstatic shortPOWstatic shortPOWNIntegral powerstatic shortRECIPstatic shortSECstatic shortSINStandard functionsstatic shortSINHstatic shortSQRTstatic shortSUBstatic shortTANstatic shortTANHstatic shortUMINUSstatic shortVAR
-
Constructor Summary
Constructors Constructor Description RpConstants()
-
-
-
Field Detail
-
CONST
public static final short CONST
Index for each command- See Also:
- Constant Field Values
-
VAR
public static final short VAR
- See Also:
- Constant Field Values
-
ADD
public static final short ADD
- See Also:
- Constant Field Values
-
SUB
public static final short SUB
- See Also:
- Constant Field Values
-
MUL
public static final short MUL
- See Also:
- Constant Field Values
-
DIV
public static final short DIV
- See Also:
- Constant Field Values
-
MOD
public static final short MOD
- See Also:
- Constant Field Values
-
POW
public static final short POW
- See Also:
- Constant Field Values
-
AND
public static final short AND
- See Also:
- Constant Field Values
-
OR
public static final short OR
- See Also:
- Constant Field Values
-
NOT
public static final short NOT
- See Also:
- Constant Field Values
-
LT
public static final short LT
- See Also:
- Constant Field Values
-
LE
public static final short LE
- See Also:
- Constant Field Values
-
GT
public static final short GT
- See Also:
- Constant Field Values
-
GE
public static final short GE
- See Also:
- Constant Field Values
-
NE
public static final short NE
- See Also:
- Constant Field Values
-
EQ
public static final short EQ
- See Also:
- Constant Field Values
-
LIST
public static final short LIST
- See Also:
- Constant Field Values
-
DOT
public static final short DOT
- See Also:
- Constant Field Values
-
CROSS
public static final short CROSS
- See Also:
- Constant Field Values
-
ASSIGN
public static final short ASSIGN
- See Also:
- Constant Field Values
-
UMINUS
public static final short UMINUS
- See Also:
- Constant Field Values
-
POWN
public static final short POWN
Integral power- See Also:
- Constant Field Values
-
RECIP
public static final short RECIP
- See Also:
- Constant Field Values
-
FUN0
public static final short FUN0
User defined functions with 0 arguments- See Also:
- Constant Field Values
-
FUN1
public static final short FUN1
- See Also:
- Constant Field Values
-
FUN2
public static final short FUN2
- See Also:
- Constant Field Values
-
FUN3
public static final short FUN3
- See Also:
- Constant Field Values
-
FUN4
public static final short FUN4
- See Also:
- Constant Field Values
-
SIN
public static final short SIN
Standard functions- See Also:
- Constant Field Values
-
COS
public static final short COS
- See Also:
- Constant Field Values
-
TAN
public static final short TAN
- See Also:
- Constant Field Values
-
ASIN
public static final short ASIN
- See Also:
- Constant Field Values
-
ACOS
public static final short ACOS
- See Also:
- Constant Field Values
-
ATAN
public static final short ATAN
- See Also:
- Constant Field Values
-
SINH
public static final short SINH
- See Also:
- Constant Field Values
-
COSH
public static final short COSH
- See Also:
- Constant Field Values
-
TANH
public static final short TANH
- See Also:
- Constant Field Values
-
ASINH
public static final short ASINH
- See Also:
- Constant Field Values
-
ACOSH
public static final short ACOSH
- See Also:
- Constant Field Values
-
ATANH
public static final short ATANH
- See Also:
- Constant Field Values
-
ABS
public static final short ABS
- See Also:
- Constant Field Values
-
EXP
public static final short EXP
- See Also:
- Constant Field Values
-
LOG
public static final short LOG
- See Also:
- Constant Field Values
-
LN
public static final short LN
- See Also:
- Constant Field Values
-
SQRT
public static final short SQRT
- See Also:
- Constant Field Values
-
SEC
public static final short SEC
- See Also:
- Constant Field Values
-
COSEC
public static final short COSEC
- See Also:
- Constant Field Values
-
COT
public static final short COT
- See Also:
- Constant Field Values
-
ATAN2
public static final short ATAN2
- See Also:
- Constant Field Values
-
IF
public static final short IF
- See Also:
- Constant Field Values
-
CUSTOM
public static final short CUSTOM
- See Also:
- Constant Field Values
-
LOG10
public static final double LOG10
-
-