All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jhlabs.math.MathFunction1D

java.lang.Object
   |
   +----com.jhlabs.math.MathFunction1D

public class MathFunction1D
extends java.lang.Object
implements com.jhlabs.math.Function1D

Variable Index

 o ACOS
 o ASIN
 o ATAN
 o COS
 o SIN
 o SQR
 o SQRT
 o TAN

Constructor Index

 o MathFunction1D(int)

Method Index

 o evaluate(double)

Variables

 o SIN
 public static final int SIN
 o COS
 public static final int COS
 o TAN
 public static final int TAN
 o SQRT
 public static final int SQRT
 o ASIN
 public static final int ASIN
 o ACOS
 public static final int ACOS
 o ATAN
 public static final int ATAN
 o SQR
 public static final int SQR

Constructors

 o MathFunction1D
 public MathFunction1D(int operation)

Methods

 o evaluate
 public double evaluate(double v)

All Packages  Class Hierarchy  This Package  Previous  Next  Index