Opened 3 years ago
Closed 3 years 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 |
Change History (8)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Component: | - General → Applications/Deskbar |
---|---|
Owner: | changed from | to
Summary: | DeskCalc bad work → DeskCalc shows wrong seperator and wrong exponent when calculating 8 / 3 |
Version: | R1/beta3 → R1/Development |
comment:3 by , 3 years ago
comment:4 by , 3 years ago
comment:5 by , 3 years ago
It has to be hrev56067 DeskCalc: make input Locale-aware
https://www.freelists.org/post/haiku-commits/haiku-hrev56067-in-src-kitsshared-appsdeskcalc
comment:8 by , 3 years ago
Milestone: | Unscheduled → R1/beta4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fix was merged in hrev56132.
Note:
See TracTickets
for help on using tickets.
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)