| Package | Description |
|---|---|
| org.apache.hadoop.examples.pi.math |
This package provides useful mathematical library classes
for the distbbp program.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Bellard.Parameter |
Bellard.Parameter.get(java.lang.String s) |
Get the Parameter represented by the String
|
static Bellard.Parameter |
Bellard.Parameter.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Bellard.Parameter[] |
Bellard.Parameter.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T extends Container<Summation>> |
Bellard.getSums(long b,
int partsPerSum,
java.util.Map<Bellard.Parameter,java.util.List<T>> existing) |
Get the sums for the Bellard formula.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T extends Container<Summation>> |
Bellard.computePi(long b,
java.util.Map<Bellard.Parameter,T> results) |
Compute bits of Pi from the results.
|
static <T extends Container<Summation>> |
Bellard.getSums(long b,
int partsPerSum,
java.util.Map<Bellard.Parameter,java.util.List<T>> existing) |
Get the sums for the Bellard formula.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.