libapfloat-java 1.10.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.10.1
  * Refreshing patches
  * Updating d/watch for Github new release/tag page
  * Refreshing d/copyright
  * Setting Standards version to 4.6.0 (no change)

 -- Pierre Gruet <email address hidden>  Fri, 20 Aug 2021 14:24:11 +0200

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapfloat-java_1.10.1-1.dsc 2.2 KiB 77b8a66984d452a9f0aace5954a7249ecd83321b4ec160b56427d8a1fe44c04e
libapfloat-java_1.10.1.orig.tar.gz 702.4 KiB a5692c21e899ba68235882f1d1f124b03abd1138e48a31adcf7ac0a4e68fa80b
libapfloat-java_1.10.1-1.debian.tar.xz 6.2 KiB ded4f0c34806a67812ba2ee387faef6e59fd05e2753dac59d2a6eece505247bf

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.