Post Reply 
newRPL: [UPDATED April 27-2017] Firmware for testing available for download
11-22-2015, 05:31 AM
Post: #145
RE: newRPL: [UPDATED Nov-14-2015] Firmware for testing available for download
Ok this is my first impressions on newRPL

I very much like the VAR menu and the quick access the the first six variables. Good idea. I also like the ALPHA behavior.

So I decided to key in my first program, a typical benchmark program that I have implemented on all my calculators. No success as it used some not implemented yet functions.

BTW I think I have found a bug. The function IP returns 0 if the number is not an integer > 1 but works as it should if the number is an integer or smaller than 1.

For example:
31.5 IP returns 0 (not ok)
31.5. IP returns 0. (not ok)
0.5 IP returns 0 (ok)
0.5. IP returns 0. (ok)
668 IP returns 668 (ok)
668. IP returns 668. (ok)

Now for my personal wish list:

Implement MOD so I can enter my benchmark program ! (I know I can use "x DUP y / IP y * -" but it would not be the same benchmark... and IP does not work ;-)

Binds more keys like x^2, srt_x(y), LN e^x, etc as I want to use the HP-50 with newRPL at work!

Make the PI symbol something that can be worked with for the same reason as above.

Good work!

François


(11-19-2015 07:31 PM)Claudio L. Wrote:  
(11-19-2015 05:33 PM)Francois Lanciault Wrote:  Works now!!

Good to hear! thanks for reporting back.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL: [UPDATED Nov-14-2015] Firmware for testing available for download - Francois Lanciault - 11-22-2015 05:31 AM



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