Function Maximum

Part of:

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