WP 34S and 31S bugs and fixes
|
01-06-2016, 09:58 PM
(This post was last modified: 01-07-2016 12:45 AM by emece67.)
Post: #249
|
|||
|
|||
RE: WP 34S and 31S bugs and fixes
I've found another bug, this time in the (XROM) code for the complex gudermannian function. For all arguments it throws an "Illegal Operation" error. Both the real machine and the emulator show it.
Its current code is: Code: XLBL"cpx_gd" This code uses the definition of the complex gudermannian function: \[gd(z) = 2\arctan(\tanh{z\over2})\] The problem is that [cmplx]ATAN is implemented also in XROM, inside another xIN/xOUT environment. As xIN/xOUT cannot be nested this causes the error. A workaround consists in using a different definition for the complex gudermannian function, namely \[gd(z) = \arcsin(\tanh z)\] with code: Code: XLBL"cpx_gd" Hope this helps, regards. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)