Opened 2 years ago

Closed 23 months ago

#17754 closed bug (fixed)

DeskCalc shows wrong seperator and wrong exponent when calculating 8 / 3

Reported by: kim1963 Owned by: jscipione
Priority: normal Milestone: R1/beta4
Component: Applications/Deskbar Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by kim1963)

Change History (8)

comment:1 by kim1963, 2 years ago

Description: modified (diff)

comment:2 by nephele, 2 years ago

Component: - GeneralApplications/Deskbar
Owner: changed from nobody to jscipione
Summary: DeskCalc bad workDeskCalc shows wrong seperator and wrong exponent when calculating 8 / 3
Version: R1/beta3R1/Development

Currently Calculating "8/3" shows up as "2.,666666667E32" This for some reason uses both . and , where it should only use one. It also includes E32 which gives the impression that the number is much bigger than it actually is (Would be 266666666700000000000000000000000 the way it is displayed, ignoring the comma mismatch)

I would suspect that it is showing E32 because it has calculated 32 more places, not because the comma should actually be moved 32 places.

A similar thing happens when entering for example "2,00000000000001" Which the calculator then replaces with "2.,E15" Which also makes no sense. (would be 2000000000000000 then)

comment:6 by dsizzle, 2 years ago

Yes, it is exactly hrev56067. I am fixing it right now.

comment:8 by waddlesplash, 23 months ago

Milestone: UnscheduledR1/beta4
Resolution: fixed
Status: newclosed

Fix was merged in hrev56132.

Note: See TracTickets for help on using tickets.