Description: Approximate approach to the square root, sqrt method of preparation, the square root of the number of num can be obtained by repeatedly calculating the following formula nextguess = (lastguess+ (num/lastguess))/2
To Search:
File list (Check if you may need any files):
Exercise5_22\classes\Exercise5_22.class
............\Exercise5_22.jcp
............\Exercise5_22.jcu
............\Exercise5_22.jcw
............\src\Exercise5_22.java
............\classes
............\src
Exercise5_22