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

Re: [srfi-70] Limit

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




Aubrey Jaffer wrote:

> Function: limit proc x1 x2 k
> Function: limit proc x1 x2
>

>     ...

The specification and implementation of LIMIT has really improved
a lot. Good work! So LIMIT is now specified as a certain extrapolation
algorithm using the points (x, f(x1 + x2/k)), k in {1..d}.

Although I still have doubts that this functionality should go into the
core of a general purpose programming language (for many programs
it might not be relevant and it's also not essential for portability) this
operation is certainly a reasonably well-defined numerical algorithm.

Sebastian.