/
builtin-function
(/ &rest args)
Divides the first number by the other numbers. If only one number is given, returns its reciprocal.
make-html > (/ 16 10) it: 8/5 make-html > (/ 8) it: 1/8 make-html > (/ 8 5.0) it: 1.6