Function Minimum

Part of:

package cl-mathstats
( minimum &rest < args > )

minimum (data &key start end key)
Returns the element of the sequence data&#39; whose key' is minimum. Signals
`no-data' if there is no data. If there is only one element in the data
sequence, that element will be returned, regardless of whether it is valid (a
number).