类 MathFunction1D

  • 所有已实现的接口:
    Function1D

    public class MathFunction1D
    extends java.lang.Object
    implements Function1D
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static int ACOS  
      static int ASIN  
      static int ATAN  
      static int COS  
      static int SIN  
      static int SQR  
      static int SQRT  
      static int TAN  
    • 构造器概要

      构造器 
      构造器 说明
      MathFunction1D​(int operation)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      float evaluate​(float v)  
      • 从类继承的方法 java.lang.Object

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