arg-parser-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Arg-parser-bug] Rational 1.9 released


From: Antonio Diaz Diaz
Subject: [Arg-parser-bug] Rational 1.9 released
Date: Sun, 21 Jan 2024 18:34:10 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14

I am pleased to announce the release of Rational 1.9.

Rational is a C++ class implementing rational numbers of limited size with overflow detection. Both numerator and denominator are of type 'int'.

Rational allows you to perform exact calculations and check at any time whether overflow has occurred. Rational does not throw exceptions.

Rational provides a 'parse' function that can be used to obtain values exactly representable by small fractions like '0.1', '1/3', or '355/113' from the command line.

Rational is used in combination with Arg_parser in GNU ddrescue and GNU Ocrad.

The homepage is at http://www.nongnu.org/arg-parser/rational.html

The sources can be downloaded from
http://download.savannah.gnu.org/releases/arg-parser/rational/

The sha256sum is:
17dd28c5a931884559ff70f6e9e4adc560ff6dbaa010a7b0442e2e63acef7be2 rational-1.9.tar.lz

This release is also GPG signed. You can download the signature by appending '.sig' to the URL. If the 'gpg --verify' command fails because you don't have the required public key, then run this command to import it:

  gpg --recv-keys 8FE99503132D7742

Key fingerprint = 1D41 C14B 272A 2219 A739  FA4F 8FE9 9503 132D 7742


Changes in version 1.9:

  * Approximations of 'pi' are now calculated 80 times faster.

  * The variable MAKEINFO has been added to configure and Makefile.in.


Please send bug reports and suggestions to arg-parser-bug@nongnu.org


Regards,
Antonio Diaz, Rational author and maintainer.

--
If you are using gzip, bzip2, or xz, please consider the long-term advantages of switching to lzip:
http://www.nongnu.org/lzip/lzip_benchmark.html
http://www.nongnu.org/lzip/manual/lzip_manual.html#Quality-assurance
http://www.nongnu.org/lzip/safety_of_the_lzip_format.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]