Source position: GR32_Math.pas line 100
function DivMod(
Dividend: Integer;
Divisor: Integer;
var Remainder: Integer
):Integer;