(12C) Greatest Common Divisor
|
01-06-2018, 12:29 AM
(This post was last modified: 01-07-2018 02:35 AM by Gamo.)
Post: #1
|
|||
|
|||
(12C) Greatest Common Divisor
Quick and Simple program to find GCD of two integers.
Code:
Thanks to Dieter for the trick by make sure that Y is greater than X so ABS don't have to be use and here is the update program. Code:
Example: Test 1 GCD (256, 656) is 16 ---> 256 ENTER 656 R/S Test 2 GCD (12345, 67890) is 15 ---> 12345 ENTER 67890 R/S Remark: Test 2 will run faster on HP 12C+ Gamo |
|||
01-06-2018, 01:10 AM
Post: #2
|
|||
|
|||
RE: (12C) Greatest Common Divisor
I love your programs Gamo since I use the HP-12C all the time! Thanks for the post.
|
|||
01-06-2018, 04:23 AM
Post: #3
|
|||
|
|||
RE: (12C) Greatest Common Divisor
Thank You Carsen
Gamo |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)