On Sat, Feb 20, 2010 at 03:49:30AM +0100, [email protected] wrote:
> +For intuited numeric generators that don't involve geometric sign changes,
> all
> +values are assumed to be monotonically increasing or decreasing, as
> determined
> +by the (up to) three values used above; if a supplied limt value is on the
^
typo
> +"wrong" side of the first of those values, Nil is returned, even though the
> +limit value never matches, and never falls between two generated values.
> +Examples:
> +But note that both of these are infinite lists:
> +
> + 1,1/2,1/4 ... 0 # 1,1/2,1/4 ... *
> + 1,-1/2,1/4 ... 0 # same as 1,-1/2,1/4 ... *
Should that read
# same as 1,1/2,1/4 ... *
?
Nicholas Clark