IEEE support and interval arithmetic



That looks exactly like what I want because I'd like to use it with maxima.
There are several EXCL references that would need to be changed in
ruan.lisp. I tried to track them down but I didn't want to stray from 754
too far. So the IEEE requirement is to support the interval arithmetic. If
your generic directory is available through maxima, I'm good.

Thanks.

On Thursday, June 14, 2012, Richard Fateman wrote:

> On 6/14/2012 11:03 AM, SoC Stevenson wrote:
>
>> I need to have a interval arithmetic package. Richard Fateman has one,
>> ruan.lisp that is close but isn't completely in line with IEEE STD
>> 754. Two questions:
>>
>> 1. Is there an IEEE standard package for either SBCL or Maxima? Or
>> should I put one together?
>>
>> 2. Is ruan.lisp the appropriate package?
>>
>> Thanks in advance,
>>
>> steve,
>> --
>> D. E. Stevenson
>> (Almost emeritus)
>> ______________________________**_________________
>> Maxima mailing list
>> Maxima at math.utexas.edu
>> http://www.math.utexas.edu/**mailman/listinfo/maxima<http://www.math.utexas.edu/mailman/listinfo/maxima>;
>>
> You could look at
> http://www.cs.berkeley.edu/~**fateman/generic/<http://www.cs.berkeley.edu/~fateman/generic/>;
>
> which has an interval part.  Maybe it's too complicated for what you need.
>
> I think you have to explain what you need to get the package completely in
> line
> with IEEE 754.
>
> Sometimes the support is missing in the underlying Lisp or operating system
> to allow someone to (say) set the rounding mode, so some parts of the
> standard
> may not be accessible.
>
>
> RJF
>
>
>