Menu

#28 Wrong output format in scientific european mode

open
nobody
None
5
2010-01-13
2010-01-13
No

The combination of scientific and European output mode leads to wrong outputs.

Example:
Input: 123456,789
Output with normal European: 123.456,789 -> correct
Output with scientific European: 1..234.568e+005 -> wrong! Should be 1,2345678e+005

Problems:
1. There should be no number separators
2. The separator between whole and decimal part should be a ',' (comma) instead of a '.' (dot)
3. The digit after the ',' (the 7) is missing

Remarks:
I am using the '.' as number separator (usual European style).
All other combinations of output format seem to work fine (normal US and scientific US).
I am using GraphCalc Version 4.01. for Win32

Kind regards,
Jochen

Discussion


Log in to post a comment.