Version: (using KDE Devel) Installed from: Compiled sources OS: Linux The display of the calc doesn't work well. It returns ever "0" except on the square root, but only if the results have decimals. I've done some tests: 2+14 -> 0 (it should be 16) square root -> 0 (it should be 4) square root -> 0 (it should be 2) square root -> 1,41421356237 (right) 254+2 -> 0 (it should be 256) square root -> 0 (it should be 16) square root -> 0 (it should be 4) square root -> 0 (it should be 2) square root -> 1,41421356237 (right) 1+1 -> 0 (it should be 2) square root -> 1,41421356237 (right) 1+2 -> 0 (it should be 3) square root -> 1,73205080757 (right) +1 -> 2,73205080757 (right) Tested on revision 739996
I have tested all these in trunk and they are not reproducable.
are you using x86 or x86_64 ?
Checked on x86_64, works fine.
on x86_64 fails here
I'm on x86.
on x86_64 (gutsy) works fine.
I'm on gutsy here too and still does not work.
r746468 fixed the problem, in both 64 and 32 bit systems. Please set this bug as FIXED :-) Yuhuuuuuuu! :-)
Marking as fixed per request.