Description Usage Arguments Details Value Examples
Constructs an iterator that generates a neverending sequence of evenly spaced
values starting with icount
. The step size is given by step
.
1 |
start |
sequence's initial value |
step |
sequence's step size |
NOTE: Use a negative step
size to generate decreasing sequences.
Often used as an argument to imap
to
generate consecutive data points.
sequence's iterator
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.