Function Maximum

Part of:

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

maximum (data &key start end key)
Returns the element of the sequence data&#39; whose key' is maximum. 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).