min
min is a built-in function in `C source code
'.
(min NUMBER-OR-MARKER &rest NUMBERS-OR-MARKERS)
Return smallest of all the arguments (which must be numbers or markers).
The value is always a number; markers are converted to numbers.
C source code
'.
(min NUMBER-OR-MARKER &rest NUMBERS-OR-MARKERS)
Return smallest of all the arguments (which must be numbers or markers).
The value is always a number; markers are converted to numbers.