Chapter2/Newton.java File Reference

Java Example of Newton's method. Java implementation of Newton's method that also shows the binary digits of the resulting floating point value to provide a sense of the convergance of the approach. More...


Classes

class  Newton


Detailed Description

Java Example of Newton's method. Java implementation of Newton's method that also shows the binary digits of the resulting floating point value to provide a sense of the convergance of the approach.

Author:
George Heineman
Date:
6/15/08
Algorithm Development Kit 1.0