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

[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.



The draft says


  Function: limit proc z1 z2
  Function: limit proc -1/0
  Function: limit proc 1/0

    Proc must be a procedure taking a single inexact argument.

    Limit computes the mathematical limit of proc as its argument
    approaches z1 from z1 + z2. Limit returns a complex number or
    real infinity if the limit exists; and `#f' otherwise.

Is this well defined?


--
Jens Axel Søgaard