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

Comparing jsr166/src/test/loops/IntegrateGamma.java (file contents):
Revision 1.8 by jsr166, Sun Oct 21 06:40:21 2012 UTC vs.
Revision 1.9 by jsr166, Thu Jan 15 18:34:19 2015 UTC

# Line 91 | Line 91 | public class IntegrateGamma {
91          }
92      }
93  
94
94      static class Integrator {
95          final Function f;      // The function to integrate
96          final double errorTolerance;
# Line 114 | Line 113 | public class IntegrateGamma {
113              return q.area;
114          }
115  
117
116          /**
117           * FJTask to recursively perform the quadrature.
118           * Algorithm:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines