Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2005 Feb : How are the _TRUNC and _INT in System.pas implemented.
| Subject: | How are the _TRUNC and _INT in System.pas implemented. |
| Posted by: | "Paul Broadfoot" (***pau..@kcbbs.gen.nz***) |
| Date: | Sun, 27 Feb 2005 12:47:23 +1300 |
As far as I can tell they are part of the compiler itself. How can I find
out the implementation of these functions ?
I am using SimpleRoundTo and I can get inconsistent results on different
machines. I have traced the inconsistency to the Trunc function used in
SimpleRoundTo, so would like to know how it is implemented.
Thanks.