Div Syntax Div(num_1, num_2) num_1 A numeric expression. num_2 A numeric expression. Description Divides the arguments and returns the floor of the result of that division. Returns A number. Example div(106,10) Result: 10 div(-1,2) Result: -1 div(-106,10) Result: -11
Div(num_1, num_2)
num_1
num_2
div(106,10)
div(-1,2)
div(-106,10)