Uses of Package
org.apache.hadoop.examples.pi.math

Packages that use org.apache.hadoop.examples.pi.math
org.apache.hadoop.examples.pi This package consists of a map/reduce application, distbbp, which computes exact binary digits of the mathematical constant π. 
org.apache.hadoop.examples.pi.math This package provides useful mathematical library classes for the distbbp program. 
 

Classes in org.apache.hadoop.examples.pi.math used by org.apache.hadoop.examples.pi
Summation
          Represent the summation \sum \frac{2^e \mod n}{n}.
 

Classes in org.apache.hadoop.examples.pi.math used by org.apache.hadoop.examples.pi.math
ArithmeticProgression
          An arithmetic progression
Bellard.Parameter
          Parameters for the sums
Bellard.Sum
          The sums in the Bellard's formula
Summation
          Represent the summation \sum \frac{2^e \mod n}{n}.
 



Copyright © 2009 The Apache Software Foundation