Post Reply 
Most mind-blowing program for your favorite calculator
07-03-2022, 10:14 AM (This post was last modified: 07-03-2022 10:32 AM by xerxes.)
Post: #37
RE: Most mind-blowing program for your favorite calculator
(06-30-2022 05:22 PM)Dan C Wrote:  Isnt the FX-180P the same machine as the FX-3600P, but in a different housing?

Yes. I prefer the FX-3900PV, because it has a nice editor and 300 steps in 4 areas.

GCD on the FX-180P:
Code:
01  x<->y
02  =
03  x^2
04  SQRT
05  x>0
06  x<->y

Usage example: 861 - - 615 P1

And just for fun, the factorial in 4 steps:
Code:
01  Kin*1
02  =
03  x>0
04  Kout1

Usage example: 1 Kin1 - - 69 P1

Calculator Benchmark
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Most mind-blowing program for your favorite calculator - xerxes - 07-03-2022 10:14 AM



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