git-svn-id: trunk@5948 -
@@ -727,15 +727,9 @@ type
end;
if d > o_threshold then
- begin
- result:=huge*huge; { overflow }
- exit;
- end;
+ HandleError(205); { overflow }
if d < u_threshold then
- result:=twom1000*twom1000; { underflow }
+ HandleError(206); { underflow }
{ argument reduction }