Uses of Interface
math.Function1D

Packages that use Function1D
graphics.grapher   
math   
 

Uses of Function1D in graphics.grapher
 

Methods in graphics.grapher with parameters of type Function1D
static void Graph.graphIt(int numberOfSamples, int magLimit, Function1D fcn, int ws)
           
 

Uses of Function1D in math
 

Classes in math that implement Function1D
static class Functions1D.AnnuityFunction1D
           
static class Functions1D.Asine
           
static class Functions1D.Cosine
           
static class Functions1D.Sine
           
static class Functions1D.Tan
           
 

Methods in math with parameters of type Function1D
static double RootFinder.bisection(double a, double b, Function1D fi)
           
static double RootFinder.falsePosition(double a, double b, Function1D fi)
           
static double RootFinder.secant(double a, double b, Function1D fi)