public class FivePoint
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected static double |
getFivePoint_Derivative(double x)
FivePoint class method for obtaining the derivative of an
input equation in the Numerical Worksheet at a point.
|
static void |
mainFivePoint(boolean points) |
protected static double getFivePoint_Derivative(double x)
x
- The point in the equation for the derivative.public static void mainFivePoint(boolean points)