Board index » delphi » Consistent, Repeatable Floating Point Discrepancy in D3
copp...@act-3.com (Christopher D. Coppola)
![]() Delphi Developer |
Sun, 21 Nov 1999 03:00:00 GMT
Consistent, Repeatable Floating Point Discrepancy in D3I've found an inconsistancy in a floating point operation Here are the vital stats: The 2 versions of OlePro32.dll I'm working with are: Here's the project that demonstrates the inconsistancy: program Project1; uses {$R *.RES} begin procedure TForm1.Button1Click(Sender: TObject); begin If you examine the value of f3 when version 5.0.4118 of OlePro32.dll is If version 5.0.4055 is active then you get: I've got a workaround for the problem right now, but if anyone can figure Thanks in advance, -- |