View Issue Details

IDProjectCategoryView StatusLast Update
0006113JEDI VCL00 JVCL Componentspublic2013-12-13 12:17
ReporteralquimistaAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Product Version3.47 
Target VersionFixed in Version 
Summary0006113: JvInterpreter error in evaluate 12345678900000/1000000
DescriptionThere is a error when calc 12345678900000/1000000 =1234.56789 (error)
same result for 1234567890/1000000=1234.56789 (good)
                12345678900/1000000=1234.56789 (bad)
                123456789000/1000000=1234.56789 (bad)

Try in JvInterpretertest
TagsNo tags attached.

Activities

alquimista

2013-04-02 00:02

reporter   ~0020457

case TTyp of
    ttInteger:
      begin
        Val(FTokenStr, Int, Stub);
//Here, val--> 1234567890000 convert to int=1234567890, stub=11
        FToken := Int;
      end;

obones

2013-12-13 12:17

administrator   ~0020809

This appears to be already fixed in the GIT repository, I could not reproduce

Issue History

Date Modified Username Field Change
2013-04-01 20:32 alquimista New Issue
2013-04-02 00:02 alquimista Note Added: 0020457
2013-12-13 10:49 obones Status new => acknowledged
2013-12-13 12:17 obones Note Added: 0020809
2013-12-13 12:17 obones Status acknowledged => resolved
2013-12-13 12:17 obones Resolution open => unable to reproduce
2013-12-13 12:17 obones Assigned To => obones