Package com.jhlabs.math
Class MathFunction1D
- java.lang.Object
-
- com.jhlabs.math.MathFunction1D
-
- All Implemented Interfaces:
Function1D
public class MathFunction1D extends java.lang.Object implements Function1D
-
-
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)
-
-
-
Field Detail
-
SIN
public static final int SIN
- See Also:
- Constant Field Values
-
COS
public static final int COS
- See Also:
- Constant Field Values
-
TAN
public static final int TAN
- See Also:
- Constant Field Values
-
SQRT
public static final int SQRT
- See Also:
- Constant Field Values
-
ASIN
public static final int ASIN
- See Also:
- Constant Field Values
-
ACOS
public static final int ACOS
- See Also:
- Constant Field Values
-
ATAN
public static final int ATAN
- See Also:
- Constant Field Values
-
SQR
public static final int SQR
- See Also:
- Constant Field Values
-
-
Method Detail
-
evaluate
public float evaluate(float v)
- Specified by:
evaluate
in interfaceFunction1D
-
-