Programming exercise (RPL/RPN) - Reciprocal Fibonacci Constant
|
02-18-2017, 04:12 AM
Post: #22
|
|||
|
|||
RE: Programming exercise (RPL/RPN) - Reciprocal Fibonacci Constant
(02-18-2017 03:38 AM)Paul Dale Wrote: The 34S [Sigma] command deliberately sums from the last term to the first on the assumption that summations will often be of convergent series and this should generally increase accuracy. I didn't think of that! I'll add ∑LISTR command to do summation from end to start in newRPL, and let the user decide which direction the summation goes. While using REVLIST is fine, it's much slower than just adding in reverse order. Can't do the reverse by default all the time because in RPL ∑LIST could very well be concatenating strings... |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)