All Classes
Class
Description
Simple JavaBean to hold one
Apfloat
.Class for running an
Operation
in the background in a separate thread.Class to execute
Operation
s locally.Interface for implementing arbitrary operations to be executed.
Interface for implementing objects that can execute
Operation
s.Server for executing
Operation
s from remote calls.Calculates pi using four different algorithms.
Abstract base class for the binary splitting series.
Class for implementing the binary splitting algorithm.
Indicates progress of the pi calculation using
the binary splitting algorithm.
Terms for the binary splitting series.
Calculates pi using the Borweins' quartic algorithm.
Chudnovskys' algorithm terms for the binary splitting series.
Basic class for calculating pi using the Chudnovskys' binary splitting algorithm.
Calculates pi using the Gauss-Legendre algorithm.
Ramanujan's algorithm terms for the binary splitting series.
Basic class for calculating pi using the Ramanujan binary splitting algorithm.
Applet for calculating pi using four different algorithms.
Graphical AWT elements for calculating pi using four different algorithms.
Interface to indicate an error status in the application.
Calculates pi using a cluster of servers.
Distributed version of the binary splitting algorithm.
Class for calculating pi using the distributed Chudnovskys' binary splitting algorithm.
Class for calculating pi using the distributed Ramanujan's binary splitting algorithm.
RemoteOperationExecutor that implements the weight property.
AWT client application for calculating pi using four different algorithms.
Calculates pi using multiple threads in parallel.
Parallel version of the binary splitting algorithm.
Class for calculating pi using the parallel Chudnovskys' binary splitting algorithm.
Class for calculating pi using the parallel Ramanujan's binary splitting algorithm.
Class to execute operations while setting
ApfloatContext.setNumberOfProcessors(int)
to some value.Applet for calculating pi using multiple threads in parallel.
Graphical AWT elements for calculating pi using multiple threads in parallel.
AWT client application for calculating pi using multiple threads in parallel.
Class to call an
OperationServer
to execute Operation
s remotely.