If you believe it is a product bug, go to the following website:
http://support.microsoft.com/gp/contactbug/en-us
Thanks,
Marilyn
Microsoft Answers Support Engineer
Visit our Microsoft Answers Feedback Forum and let us know what you think
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I tried to calculate square root of 4 minus 2. So i pressed 4 thensquare root sign then minus 2. Ideally i should get zero but instead of that i got -1.06.Could you please explain this.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
If you believe it is a product bug, go to the following website:
http://support.microsoft.com/gp/contactbug/en-us
Thanks,
Marilyn
Microsoft Answers Support Engineer
Visit our Microsoft Answers Feedback Forum and let us know what you think
My calc v 5.1 when I do 10^3 = 10000 or 10^2 = 1000.
****
It is a BUG with the Calculator since at least XP. It is very easy to state otherwise but it still seems to fail the laws of Math.
Sqrt (4) = 2 then -2 (2-2) should be 0.
Other calculator softwares , both Windows and non Windows, and Excel will state 0 as the result.
Wrong answer from Windows Calculator
Actually the result is -1.068281969439142e-19 which is scientific notation for -1.068281969439142 × 10⁻ⁱ⁹ or -0.000000000000000000106828196944 (rounded to the thirtieth decimal place). This result is a cause of the way computers handlefloating point decimals and the behaviour can be recreated with a variety of methods.
If the infitisimal remainder is causing you grief in some calculations, there are ways to get around the issue, but you will have to be a bit more specific about the problem and the results you are expecting to achieve.