public class Stopwatch extends Object
| Constructor and Description |
|---|
Stopwatch() |
| Modifier and Type | Method and Description |
|---|---|
double |
elapsedTime() |
static void |
main(String[] args)
The test client compares the method for computing square roots in
Java's Math library with our implementation from Program 2.1.1 th
uses Newton's method for the task of computing the sum of t
e square roots of the numbers from 0 to N-1.
|
public double elapsedTime()
public static void main(String[] args)
Copyright © 2014. All Rights Reserved.