Package | Description |
---|---|
org.apfloat.samples |
Sample applications demonstrating apfloat use.
|
Modifier and Type | Method and Description |
---|---|
void |
PiDistributed.DistributedBinarySplittingPiCalculator.r(long n1,
long n2,
ApfloatHolder T,
ApfloatHolder Q,
ApfloatHolder P,
ApfloatHolder F,
PiDistributed.Node[] nodes)
Entry point for the distributed binary splitting algorithm.
|
void |
Pi.BinarySplittingPiCalculator.r(long n1,
long n2,
ApfloatHolder T,
ApfloatHolder Q,
ApfloatHolder P,
Pi.BinarySplittingProgressIndicator progressIndicator)
Entry point for the binary splitting algorithm.
|
void |
PiParallel.ParallelBinarySplittingPiCalculator.r(long n1,
long n2,
ApfloatHolder T,
ApfloatHolder Q,
ApfloatHolder P,
Pi.BinarySplittingProgressIndicator progressIndicator) |
Copyright © 2018. All rights reserved.