Bug 118909 - kcacl returns wrong value
Summary: kcacl returns wrong value
Status: RESOLVED FIXED
Alias: None
Product: kcalc
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Klaus Niederkrüger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-23 16:41 UTC by Tim
Modified: 2006-01-10 17:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim 2005-12-23 16:41:34 UTC
Version:            (using KDE KDE 3.5.0)
Installed from:    Compiled From Sources
Compiler:          gcc-3.4.3 
OS:                Linux

It appears that kcalc return wrong value (with insufficient precision) in the kdeutils-3.5.0. The previous version worked fine (kdeutils-3.4.2).

How reproducible:
Always

Steps to Reproduce:
To demonstrate the problem, bring up kcalc, ensure that the default precision settings are in the kcalc configuration, and do the following computation:

123456.78 + 123456.78 = ?

Actual Results:  With the latest version you get 246,914.

Expected Results:  With the previous version you get the correct answer, 246913.56.
Comment 1 Klaus Niederkrüger 2006-01-10 17:18:09 UTC
I fixed this in the svn-tree (for KDE-3.5.1 and KDE 4.0).
If it still doesn't work, please reopen the bug.

Thanks

Klaus