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

This package provides useful mathematical library classes for the distbbp program.

See:
          Description

Class Summary
ArithmeticProgression An arithmetic progression
Bellard Bellard's BBP-type Pi formula 1/2^6 \sum_{n=0}^\infty (-1)^n/2^{10n} (-2^5/(4n+1) -1/(4n+3) +2^8/(10n+1) -2^6/(10n+3) -2^2/(10n+5) -2^2/(10n+7) +1/(10n+9)) References: [1] David H.
Bellard.Sum The sums in the Bellard's formula
Modular Modular arithmetics
Summation Represent the summation \sum \frac{2^e \mod n}{n}.
 

Enum Summary
Bellard.Parameter Parameters for the sums
 

Package org.apache.hadoop.examples.pi.math Description

This package provides useful mathematical library classes for the distbbp program.



Copyright © 2009 The Apache Software Foundation