Easyval 0.8.1 review

Download
by rbytes.net on

Easyval is a very basic implementation of interval arithmetic, using hardware doubles as interval bounds

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Johan Vervloet and Stefan Becuwe
0 stars award from rbytes.net

Easyval is a very basic implementation of interval arithmetic, using hardware doubles as interval bounds. The first target of this library is that the interval arithmetic containment criterium is respected.

Installation:

1. Unpack the archive
2. cd to the Easyval-x.x directory, and run ‘./configure’. If you are using Debian Woody, make sure to have g++-3.0 installed, and to set the ‘CXX’ environment variable to ‘g++-3.0’
3. Run ‘make’ to build the library, and ‘make install’ to install it. (If you are using FreeBSD, you might need ‘gmake’ instead of ‘make’

If you don't want a ‘standard installation’, you can provide some parameters to configure. Enter ‘./configure --help’ for a list of available options.

What's New in This Release:
Easyval-0.8.1.tar.gz: release
configure.in: changed version number
src/ev_tan.cpp: fixed bug in argument reduction

Easyval 0.8.1 search tags