Fastcode RoundTo -> RoundToEx

From: Dennis (marianndkc_at_home3.gvdnet.dk)
Date: 06/29/04


Date: Tue, 29 Jun 2004 18:33:40 +0200

Hi

Should we rename RoundTo to RoundToEx?

And change it to Extended precision from Double?

And leave it unchanged otherwise?

function RoundToEx(const AValue: Extended; const ADigit: TRoundToRange):
Extended;
var
  LFactor: Extended;
.........

Regards
Dennis



Relevant Pages

  • Re: FastCode RoundToEx
    ... Then we are ready to investigate the consequences for RoundToEx of 1/10, ... 1/100 etc not being representabel in Extended precision ... Best regards ...
    (borland.public.delphi.language.basm)
  • Re: Faster Log10 function
    ... The existing Log10 function is optimal for extended precision. ... FLD X ... The Fastcode Project: ...
    (borland.public.delphi.language.basm)
  • Re: Fastcode 2004 Competition Status
    ... I had forgotten - because of the problems with insufficient FP precision we ... have decided to make RoundToEX in Extended precision only. ... Regards ...
    (borland.public.delphi.language.basm)