The subject line says it all.
I have encountered a weird situation where the Solver tells me it has failed, but the root returned (once I clear the error message) is more than accurate for the precision specified via, ALL, SCI, or FIX.
I am using 2.2 and this reproducible on the emulator and on the calc.
The very simple equation I am dealing with is x^3 -36 = 0, and the routine solved is
LBL 55
3
y^x
3
6
-
RTN
The real root of this equation is about 3.3. I enter 3 ENTER 3.5 f SLV 55 and I get "Solve Failed", but underneath is a root that is more than acceptable for the precision desired.
Is this a bug? Is the underlying code much more sensitive around the desired error issue than it has to be?
If this issue has already been reported, please forgive my repetition. It is just odd to get a failure message when there has been no failure at all.
Les