(12C) Check if two numbers is to the power of other
|
09-08-2018, 05:02 AM
(This post was last modified: 09-08-2018 10:23 AM by Gamo.)
Post: #14
|
|||
|
|||
RE: (12C) Check if two numbers is to the power of other
Thanks to:
Albert Chan Dieter Bob stored The Y^X function is kind of complicated when use repeatedly in program. I remember that Dieter mention this many time that when possible use ENTER [x] is more efficient and Albert Chan also recommended to use ENTER [x] as well. Remark: Real HP-12C and HP-12C for Android edition is working with [X^Y] loop in program. Here is the update version specifically for the HP-12C (Platinum) Android edition. Program: Code:
Now program work flawlessly when use [ENTER] [x] instead of [X^Y] Remark: When doing the test for example 5 [ENTER] 2 [X^Y] display 25 then input 2 [R/S] display 0 // This is because of the X^Y issue discussed here Must input directly as 5 [ENTER] 25 [R/S] display 1 Gamo |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 5 Guest(s)