division (/)
calculates the quotient of a number sequence
Usage:
(/ form+)
Calculates the collective quotient of a set of numbers.
An Example
(/ 10 3) ;; returns 10/3
(/ 10 3.0) ;; returns 3.3333333333333335
(/ 20 2.0 4) ;; returns 2.5