Dividing numbers
Return the result of dividing one number into another.
Overview
Use the div() function in the expression of a matchmaking rule to divide two numbers.
Declaration
number div(number $dividend, number $divisor)Parameters
dividendThe number that the function divides.
divisorThe number that the function divides into
dividend.
Return value
The result or quotient of dividing divisor into dividend. If divisor is zero, null.