div
Last updated
Last updated
Values | Expected result |
---|---|
value1
The dividend, or the number to be divided.
Number
-
-
Yes
value2
The divisor, or the number to divide the first value by.
Number
-
-
Yes
integer
Decide whether to return the output as an integer (quotient rounded off to the nearest whole number) or a decimal.
Boolean
false
true, false
No
Returns the quotient.
Number
3
1.5
1