Divides two Integer values
function intDiv input Integer i1; input Integer i2; output Integer i; end intDiv;