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

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

[Arg-parser-bug] Version 1.0 of Rational released


From: Antonio Diaz Diaz
Subject: [Arg-parser-bug] Version 1.0 of Rational released
Date: Sun, 24 Feb 2013 16:49:18 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905

I am pleased to announce the release of Rational 1.0.

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/

The md5sums are:
e74ad4ca97668b1e77ad71fd7499855c  rational-1.0.tar.lz
39d1fe3fe3a9af4ce639e2a21bd926c1  rational-1.0.tar.gz


Changes in version 1.0:

  * Minor changes to the build files.


Please send bug reports and suggestions to address@hidden


Regards,
Antonio Diaz, Rational author and maintainer.




reply via email to

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