Newton Class Reference

List of all members.

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.

Member Function Documentation

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.


The documentation for this class was generated from the following file: Algorithm Development Kit 1.0