After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 728179 - small powers/large roots give an error
small powers/large roots give an error
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on: 698400
Blocks:
 
 
Reported: 2014-04-14 13:36 UTC by Sean Proctor
Modified: 2014-12-22 20:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sean Proctor 2014-04-14 13:36:09 UTC
0.0001^0.00005 gives the error message:

*** ABS (N) TOO LARGE IN CALL TO ROOT ***

The result is around 0.9995395890030878 as given by a couple of different calculators.

I don't think that's a strange equation to solve. The maximum root size of 10,000 seems a bit arbitrarily low.
Comment 1 PioneerAxon 2014-12-22 20:43:33 UTC
Sean,

Thank you for the bug report.

The issue has been fixed in master branch. The Calculator now generates correct answer for large root size.

Reference commit : https://git.gnome.org/browse/gnome-calculator/commit/?id=0e863eeb121d670d8f5266a82b6152e98b2428ea

Hope this helps.. :)