Bug 118909

Summary: kcacl returns wrong value
Product: [Applications] kcalc Reporter: Tim <lecit>
Component: generalAssignee: Klaus Niederkrüger <kniederk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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