Post Reply 
Is there a way to use %TOTAL or similar in RPN? (Solved)
05-09-2019, 04:02 PM
Post: #3
RE: Is there a way to use %TOTAL or similar in RPN?
(05-09-2019 03:14 PM)toml_12953 Wrote:  
(05-09-2019 02:39 PM)Jlouis Wrote:  As the title says.

I was in need to make several %TOTAL but could not do it in the Prime, so I quick grabed a 39GII and could do the job very easy. Later on I discoverd that in the catolog we can use %TOTAL , but only in textbook.

I searched the manual and this forum and find nothing.

Thanks in advance

Cheers

JL
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.

VoilÄ!

Really thanks! I searched the manual and didn't find this!

Cheers!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Is there a way to use %TOTAL or similar in RPN? - Jlouis - 05-09-2019 04:02 PM



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