calc.quo
Calculate the quotient of two numbers.
Example
#calc.quo(14, 5) \
#calc.quo(3.46, 0.5)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
dividend
The dividend of the quotient.
divisor
The divisor of the quotient.