Post Reply 
HP Prime G2 RPN use
05-10-2022, 06:54 PM
Post: #5
RE: HP Prime G2 RPN use
(09-20-2020 07:21 PM)pinkman Wrote:  I like both entry modes.
For math calculations, I find that Textbook mode is better because of readability and error fixing.
For every day quick calculations, I find RPN is the best.

Well, this means I have to go to the settings every time?

No, because of this program:

Code:

KEY K_Menu()
BEGIN
 local s:={"Textbook","Algebraic","RPN"};
 Entry := ABS(Entry-2);
 TEXTOUT_P(s(Entry+1), 15,9, 1, RGB(255,180,80));
 WAIT(1);
 RETURN −1;
END;

Usage: in User keyboard mode, press Menu.
Or simply: Shift Help Menu.
It toggles from RPN to Textbook, and vice versa.

Regards.

This is exactly what I was looking for, thanks!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP Prime G2 RPN use - Vjsilva - 09-20-2020, 03:42 PM
RE: HP Prime G2 RPN use - pinkman - 09-20-2020, 07:21 PM
RE: HP Prime G2 RPN use - drbarnack - 05-10-2022 06:54 PM
RE: HP Prime G2 RPN use - Rigel - 09-30-2020, 10:43 AM



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