Lambert W Function (hp-42s)
|
10-05-2020, 03:20 PM
Post: #45
|
|||
|
|||
RE: Lambert W Function (hp-42s)
Hi Werner
Nice idea putting constant 0.3 up front ! Tracking LASTX is hard, it might be a good idea to use it up ASAP, like this: (I am leaving out the LBL01 ... GTO 01 loops) Code: 01▸LBL "eW" Here is a version that does not use LASTX to build guess, (same steps and bytes count) Rewrite guess(x) = √(2r(x+r)) + 1.3(x+r) - x This is not as accurate when |x| is huge, but for guess, it does not matter. The up side is that code is easier to follow. Code: 01▸LBL "eW" |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)