Function Range

Part of:

package cl-mathstats
( range &rest < args > )
RANGE (DATA &KEY START END KEY)
Returns the range of the sequence `data.' Signals `no-data' if there is no data. The range is given by max - min.