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
-
ACOS
-
-
ASIN
-
-
ATAN
-
-
COS
-
-
SIN
-
-
SQR
-
-
SQRT
-
-
TAN
-
-
MathFunction1D(int)
-
-
evaluate(double)
-
SIN
public static final int SIN
COS
public static final int COS
TAN
public static final int TAN
SQRT
public static final int SQRT
ASIN
public static final int ASIN
ACOS
public static final int ACOS
ATAN
public static final int ATAN
SQR
public static final int SQR
MathFunction1D
public MathFunction1D(int operation)
evaluate
public double evaluate(double v)
All Packages Class Hierarchy This Package Previous Next Index