Apfloat is now also available via Maven Central. If you use Maven, then you can add apfloat as a dependency in your pom.xml file:
<dependency>
<groupId>org.apfloat</groupId>
<artifactId>apfloat</artifactId>
<version>1.6.3</version>
</dependency>
There are actually a few Maven artifacts in the org.apfloat group:
apfloat- The actual apfloat libraryapfloat-applet- Configuration for apfloat so that it can work even in an applet, e.g. it does not write files to disk but keeps all numbers in memoryapfloat-samples- The sample apfloat applications (e.g. the pi calculator)apfloat-calc- The sample interactive arbitrary precision calculator applicationapfloat-parent- Parent pom file to combine some settings for all the artifacts above