xquotient
xquotient(x_op1x_op2[x_opt3] ) =>x_result
Description
Returns the integer result of dividing the first operand by one or more operands. xquotient is an integer-only arithmetic function while quotient can handle integers and floating-point numbers. xquotient runs slightly faster than quotient in integer arithmetic calculation.
Arguments
Value Returned
Examples
xquotient(10 2)
=> 5
xquotient(-10 -2)
=> 5
Related Topics
Return to top