Is there a way to use %TOTAL or similar in RPN? (Solved)
|
05-09-2019, 03:14 PM
(This post was last modified: 05-09-2019 03:14 PM by toml_12953.)
Post: #2
|
|||
|
|||
RE: Is there a way to use %TOTAL or similar in RPN?
(05-09-2019 02:39 PM)Jlouis Wrote: As the title says.It works the same way all functions work in RPN. You put the arguments on the stack then use the number of arguments as the argument to the function: instead of %TOTAL(20,50) do this: 20 Enter 50 Enter %TOTAL(2) and you'll get 250 which is the right answer. You use 2 in the parentheses since there are two arguments needed by %TOTAL. Tom L Cui bono? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Is there a way to use %TOTAL or similar in RPN? (Solved) - Jlouis - 05-09-2019, 02:39 PM
RE: Is there a way to use %TOTAL or similar in RPN? - toml_12953 - 05-09-2019 03:14 PM
RE: Is there a way to use %TOTAL or similar in RPN? - Jlouis - 05-09-2019, 04:02 PM
RE: Is there a way to use %TOTAL or similar in RPN? - Wes Loewer - 05-09-2019, 07:10 PM
RE: Is there a way to use %TOTAL or similar in RPN? - toml_12953 - 05-09-2019, 09:20 PM
RE: Is there a way to use %TOTAL or similar in RPN? - Dirk.nl - 05-09-2019, 08:19 PM
RE: Is there a way to use %TOTAL or similar in RPN? - Jlouis - 05-09-2019, 11:31 PM
|
User(s) browsing this thread: 2 Guest(s)