source files: [cx]lsp.[ch]
SYNTAX
(/ <expression>) (/ <expression> <expression> ... )
DESCRIPTION
The first form of this operator computes the multiplicative inverse of input (1 / <expression), returning integer or float result according to type of <expression>.
The second form of this operator divides the nonfirst arguments by the first one. Results are computed using integer arithmetic until a float operand is encountered, and float arithmetic thereafter. Integer and float overflow are ignored.