Class RpConstants


  • public class RpConstants
    extends java.lang.Object
    Constants used by the evaluator.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static short ABS  
      static short ACOS  
      static short ACOSH  
      static short ADD  
      static short AND  
      static short ASIN  
      static short ASINH  
      static short ASSIGN  
      static short ATAN  
      static short ATAN2  
      static short ATANH  
      static short CONST
      Index for each command
      static short COS  
      static short COSEC  
      static short COSH  
      static short COT  
      static short CROSS  
      static short CUSTOM  
      static short DIV  
      static short DOT  
      static short EQ  
      static short EXP  
      static short FUN0
      User defined functions with 0 arguments
      static short FUN1  
      static short FUN2  
      static short FUN3  
      static short FUN4  
      static short GE  
      static short GT  
      static short IF  
      static short LE  
      static short LIST  
      static short LN  
      static short LOG  
      static double LOG10  
      static short LT  
      static short MOD  
      static short MUL  
      static short NE  
      static short NOT  
      static short OR  
      static short POW  
      static short POWN
      Integral power
      static short RECIP  
      static short SEC  
      static short SIN
      Standard functions
      static short SINH  
      static short SQRT  
      static short SUB  
      static short TAN  
      static short TANH  
      static short UMINUS  
      static short VAR  
    • Constructor Summary

      Constructors 
      Constructor Description
      RpConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait