Post Reply 
How to use RPN mode with Functions?
03-03-2017, 12:16 AM
Post: #2
RE: How to use RPN mode with Functions?
In RPN entry, you need to place the argument(s) onto the stack. Then you would execute a command using COMMAND(n) where n is the number of arguments used by COMMAND. In this case, your command is F1. In algebraic notation, you would enter F1(5) to get 25. In RPN notation, you would place 5 onto the stack, and type F1(1).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to use RPN mode with Functions? - Han - 03-03-2017 12:16 AM



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