Summary
###########################################################################
File: step.icn
Subject: Procedure to generate in real increments
Author: Ralph E. Griswold
Date: April 6, 1993
###########################################################################
This file is in the public domain.
###########################################################################
step(r1, r2, r3) generates real values from r1 to r2 in increments of
r3 (default 1.0). It is the real equivalent of i to j by k.
If r2 is null, the sequence is infinite and is the real equivalent
of seq().
Beware the usual problems of floating-point precision.
###########################################################################
Procedures:
step
This file is part of the (main) package.
Source code.
step(r1, r2, r3)
This page produced by UniDoc on 2021/04/15 @ 23:59:54.