libapfloat-java 1.12.0-1 source package in Ubuntu

Changelog

libapfloat-java (1.12.0-1) unstable; urgency=medium

  * New upstream version 1.12.0

 -- Pierre Gruet <email address hidden>  Sat, 02 Dec 2023 00:21:20 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapfloat-java_1.12.0-1.dsc 2.2 KiB 7cceef4ff37da22bf18e1cc679c1ef355f14f6eda0fd657f2bab1efa536eea45
libapfloat-java_1.12.0.orig.tar.gz 754.2 KiB dd835995836c9beae318769021276010e34551b1ee4f49a0d30065697c07796c
libapfloat-java_1.12.0-1.debian.tar.xz 6.4 KiB bba7f2f3aaa0b51445dc9038ca7e3a4e864dd4f11839a64beed850f9510f88b6

Available diffs

No changes file available.

Binary packages built by this source

libapfloat-java: high performance arbitrary precision arithmetic library for Java

 Apfloat is a high performance arbitrary precision arithmetic library.
 You can perform calculations with a precision of millions of digits with
 it. It's as simple to use as Java's BigDecimal or BigInteger classes,
 but performs a lot better with extreme precision numbers (more than a
 few hundred digits). Also, a full suite of mathematical functions for
 arbitrary precision numbers are available: all those existing in
 java.lang.Math and more.