Standard.BaseDataNumbersdivOn this pageInteger.div divthat Group: Math Documentation Computes the integer division of this by that. Integer division rounds down to the nearest integer. Returns an error if that is zero. Arguments that: The number to divide this by. Examples Dividing 10 by 3 to get 3. 10.div 3