Common abbreviation in computer science for integer division which returns the value obtained by dividing one integer by another and discarding any remainder.

for example ( 7 div 3 ) = 2

div is also often represented by /
see also mod