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.14.0</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-aparapi
Additional implementations to utilize a GPU via the aparapi libraryapfloat-jscience
The apfloat JScience wrapperapfloat-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
The artifacts are signed with the key ID E1188CE08349E884A5C4B8458A583BB0ED7ADE95
, which can be found at least on the keyserver.ubuntu.com
and keys.openpgp.org
keyservers.