Package org.apfloat.samples
Class Pi.BinarySplittingProgressIndicator
- java.lang.Object
-
- org.apfloat.samples.Pi.BinarySplittingProgressIndicator
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Pi
public static class Pi.BinarySplittingProgressIndicator extends Object implements Serializable
Indicates progress of the pi calculation using the binary splitting algorithm.This implementation is thread safe for multiple threads to use concurrently.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinarySplittingProgressIndicator(long terms)
Construct a progress indicator with the specified number of terms of the series.
-