Post Reply 
Programming exercise (RPL/RPN) - Reciprocal Fibonacci Constant
02-19-2017, 07:57 PM (This post was last modified: 02-19-2017 08:00 PM by Gerson W. Barbosa.)
Post: #39
RE: Programming exercise (RPL/RPN) - Reciprocal Fibonacci Constant
(02-19-2017 04:04 PM)Csaba Tizedes Wrote:  Little OFF, but I wrote it also for my CASIO 50f. The original version was 12 steps and works as I want.

No, not OFF at all. Code for non-RPN/RPL calculators, new ideas and new algorithms are most welcome. Thanks for your contribution!

The following is an adaptation from an original program by C.Ret here:

TI-57

Code:

00  32 0      STO 0
01  00        0
02  32 5      STO 5
03  32 7      STO 7
04  01        1
05  86 1  2nd Lbl 1
06  32 6      STO 6
07  25        1/x
08  34 5      SUM 5
09  33 6      RCL 6
10  34 7      SUM 7
11  22        x<>t
12  56    2nd Dsz
13  51 1      GTO 1
14  33 5      RCL 5
15  81        R/S
16  71        RST

RST 36 R/S --> 3.3598856 (27 s).

Gerson.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming exercise (RPL/RPN) - Reciprocal Fibonacci Constant - Gerson W. Barbosa - 02-19-2017 07:57 PM



User(s) browsing this thread: 1 Guest(s)