OM/

[GENERIC-FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - arg1 number or list [default = 1]
  - arg2 number or list [default = 1]

Description:

Division of two numbers or lists.

Ex. (om/ 8 2) => 4
Ex. (om/ 8 '(2 4)) => (4 2)
Ex. (om/ '(8 5) '(2 4)) => (4 5/4)