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

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

[Arg-parser-bug] Rational 1.4 released


From: Antonio Diaz Diaz
Subject: [Arg-parser-bug] Rational 1.4 released
Date: Fri, 31 Mar 2017 13:59:45 +0200
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.4.

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 verify at any time if overflow has occurred. Rational does not throw exceptions.

The 'parse' function is intended as a mean of obtaining values exactly representable by small fractions from the command line, for example '0.1', '1/3' or '355/113'.

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:
1e198acb22e9caffaeda35366d2c3017b689b04af0654d8d7abc0a1a5e2042aa rational-1.4.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 --keyserver keys.gnupg.net --recv-keys 8FE99503132D7742

Changes in version 1.4:

  * 'Rational( INT_MIN, INT_MIN )' is now accepted.

  * The license has been changed to "2-clause BSD".


Please send bug reports and suggestions to address@hidden


Regards,
Antonio Diaz, Rational author and maintainer.

--
If you are distributing software in xz format, please consider using lzip instead. See http://www.nongnu.org/lzip/xz_inadequate.html and http://www.nongnu.org/lzip/lzip_benchmark.html#busybox




reply via email to

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