Class MathFunction1D

  • All Implemented Interfaces:
    Function1D

    public class MathFunction1D
    extends java.lang.Object
    implements Function1D
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ACOS  
      static int ASIN  
      static int ATAN  
      static int COS  
      static int SIN  
      static int SQR  
      static int SQRT  
      static int TAN  
    • Constructor Summary

      Constructors 
      Constructor Description
      MathFunction1D​(int operation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float evaluate​(float v)  
      • Methods inherited from class java.lang.Object

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