Static Public Member Functions | |
static void | main (String[]args) |
Launch Newton's method for ten steps. | |
Static Package Functions | |
static double | f (double x) |
The function whose roots are to be computed. | |
static double | fd (double x) |
The derivating of the function whose roots are to be computed. |
static double Newton::f | ( | double | x | ) | [inline, static, package] |
The function whose roots are to be computed.
static double Newton::fd | ( | double | x | ) | [inline, static, package] |
The derivating of the function whose roots are to be computed.
static void Newton::main | ( | String[] | args | ) | [inline, static] |
Launch Newton's method for ten steps.