Uses of Interface
physics.Newton.Function

Packages that use Newton.Function
physics   
 

Uses of Newton.Function in physics
 

Methods in physics with parameters of type Newton.Function
static double Newton.findRoot(Newton.Function function, double initial_t)
          Performs netwon's method on function starting at initial_t and returns the solution.
static double Newton.findRoot(Newton.Function function, double t_min, double t_max, double t_step)