Class SineFunction
java.lang.Object
|
+----Map1DFunction
|
+----SineFunction
- public class SineFunction
- extends Map1DFunction
Class to return iterate of Sine map function.
-
SineFunction()
-
-
evaluateDerivative(double)
- evaluates the derivative of the map function at x
-
evaluateFunction(double)
- evaluates map function
SineFunction
SineFunction()
evaluateFunction
public double evaluateFunction(double x)
- evaluates map function
- Overrides:
- evaluateFunction in class Map1DFunction
evaluateDerivative
public double evaluateDerivative(double x)
- evaluates the derivative of the map function at x
- Overrides:
- evaluateDerivative in class Map1DFunction