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

Re: numerical conditioning MAGNITUDE and /

This page is part of the web mail archives of SRFI 77 from before July 7th, 2015. The new archives for SRFI 77 contain all messages, not just those from before July 7th, 2015.



Aubrey Jaffer wrote:
> Writing arithmetic routines in Scheme does not eliminate the need to
> do the proper numerical analysis....A correct implementation is:

Thank you, Aubrey.

Aubrey Jaffer has kindly given permission for his code to go
into the reference implementation.

> Does SRFI-77 (or R5RS) mandate that floating-point procedures work
> for arguments generating the full range of possible outputs?

No.  Neither mandates that inexact reals be represented as
binary floating point, or that inexact reals follow the IEEE
standards for binary floating point, or that implementations
of the standard procedures be of high quality.

Will