NAME

spread - generate a list of numbers

SYNOPSIS

spread [n=10] [start=0.0] [step=1.0] [key=] [dig=]

DESCRIPTION

spread puts a list of n numbers separated by step. An optional keyword is added.

The number of digits printed is calculated automatically but can be overridden by the dig option.


Program index