Uses of Package
org.apfloat.samples
Packages that use org.apfloat.samples
-
Classes in org.apfloat.samples used by org.apfloat.samplesClassDescriptionSimple JavaBean to hold one
Apfloat
.Class for running anOperation
in the background in a separate thread.Interface for implementing arbitrary operations to be executed.Interface for implementing objects that can executeOperation
s.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.Basic class for calculating pi using the Chudnovskys' binary splitting algorithm.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.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 call anOperationServer
to executeOperation
s remotely.