Function Minimum

Part of:

package cl-mathstats
( minimum &rest < args > )
MINIMUM (DATA &KEY START END KEY)
Returns the element of the sequence `data' 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).