sanchahar / speedcrunch

Automatically exported from code.google.com/p/speedcrunch
1 stars 0 forks source link

Digit grouping may not work properly #526

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce:
1. Enable digit grouping (Settings -> Behaviour -> Digit Grouping).
2. Set decimal mark character to dot (Settings -> Result Format -> Radix 
Character -> Dot).
3. Let the SpeedCrunch show the pi constant.
4. 3.141 592 653 589 793 238 46 is printed.
5. Set decimal mark to comma (Settings -> Result Format -> Radix Character -> 
Comma).
6. The result is changed to 3,14 159 265 358 979 323 846.

Expected behavior:

Digits shall be always divided in groups of the same size.

Experienced behavior:

Product version: 0.11

Operating system: Windows 7 Professional

Additional Information:

Original issue reported on code.google.com by povinny....@gmail.com on 26 Sep 2014 at 7:28

GoogleCodeExporter commented 8 years ago

Original comment by helder.p...@gmail.com on 26 Sep 2014 at 8:02