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

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

[Arg-parser-bug] Rational 1.6 released


From: Antonio Diaz Diaz
Subject: [Arg-parser-bug] Rational 1.6 released
Date: Fri, 04 Jan 2019 01:15:43 +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.6.

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.

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:
9cd23e5510c2518dd4196e69a2101c48a9472ce52b5d7d0637b532243de20bfc rational-1.6.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

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


Changes in version 1.6:

  * The output of '--help' and the man page have been expanded.

* The configure script now accepts appending options to CXXFLAGS using the syntax 'CXXFLAGS+=OPTIONS'.


Please send bug reports and suggestions to address@hidden


Regards,
Antonio Diaz, Rational author and maintainer.

--
If you care about long-term archiving, please help me replace xz with lzip. See http://www.nongnu.org/lzip/lzip_benchmark.html#xz1
http://www.nongnu.org/lzip/manual/lzip_manual.html#Quality-assurance and
http://www.nongnu.org/lzip/xz_inadequate.html Thanks.




reply via email to

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