/
/ is a built-in function in `C source code
'.
(/ DIVIDEND &rest DIVISORS)
Return first argument divided by all the remaining arguments.
The arguments must be numbers or markers.
C source code
'.
(/ DIVIDEND &rest DIVISORS)
Return first argument divided by all the remaining arguments.
The arguments must be numbers or markers.