GNOME Bugzilla – Bug 728179
small powers/large roots give an error
Last modified: 2014-12-22 20:43:33 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.
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.. :)