[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Intervals: Interval arithmetic in Ruby

Stefano Taschini

3/19/2006 1:39:00 PM

Intervals is a library implementing an interval system in the extended
real set that is closed under arithmetic operations. Correct rounding
ensures that the operations are inclusion-wise monotonic.

Intervals pre-1 is an experimental release that has has been tested on
Mac Os X/powerpc and on linux/intel. For the C package implementing
rounding-mode control to compile, a C99-compliant compiler is needed
(or at least one that knows about fenv.h).

The project homepage is at http://intervals.ruby... and the
library can be downloaded from http://rubyforge.org/projects/...

Feedback and suggestions are welcome!

Best regards,
Stefano Taschini