Source position: tiUtils.pas line 309
function tiSafeDiv(
ANum: LongInt;
ADenom: LongInt
):LongInt; overload;function tiSafeDiv(
ANum: Extended;
ADenom: Extended
):Extended; overload;