ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/Integrate.java
(Generate patch)

Comparing jsr166/src/test/loops/Integrate.java (file contents):
Revision 1.15 by jsr166, Sun Oct 21 06:14:12 2012 UTC vs.
Revision 1.16 by jsr166, Mon Jan 28 17:38:50 2013 UTC

# Line 24 | Line 24 | public final class Integrate {
24      static int forkPolicy = DYNAMIC;
25      static String forkArg = "dynamic";
26  
27 <    // the function to integrate
27 >    /** the function to integrate */
28      static double computeFunction(double x) {
29          return (x * x + 1.0) * x;
30      }
31  
32      static final double start = 0.0;
33      static final double end = 1536.0;
34 <    /*
34 >
35 >    /**
36       * The number of recursive calls for
37       * integrate from start to end.
38       * (Empirically determined)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines