physics
Interface Newton.Function

Enclosing class:
Newton

public static interface Newton.Function

Newton.Function is an interface which specifies a function whose roots can be found by this class.


Method Summary
 Newton.Result evaluate(double t)
           
 

Method Detail

evaluate

Newton.Result evaluate(double t)