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

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

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


From: Antonio Diaz Diaz
Subject: [Arg-parser-bug] Version 0.1 of Rational released
Date: Fri, 06 Jul 2012 18:47:20 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905

Version 0.1 of Rational is ready for testing here
http://download.savannah.gnu.org/releases/arg-parser/rational-0.1.tar.gz
http://download.savannah.gnu.org/releases/arg-parser/rational-0.1.tar.lz

The md5sums are:
b63b76f3121c0033e93d086a4557c6f5  rational-0.1.tar.gz
3480f42acb26101e1e3402e5211e646b  rational-0.1.tar.lz

Please, test it and report any bugs you find.

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


Changes in this version:

  * First version released as a standalone package.


Regards,
Antonio Diaz, Rational author and maintainer.




reply via email to

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