Post Reply 
Little explorations with HP calculators (no Prime)
05-27-2019, 06:06 PM (This post was last modified: 05-27-2019 06:09 PM by pier4r.)
Post: #352
RE: Little explorations with HP calculators (no Prime)
Together with the question about the statistical distributions for RPL (see previous posts) another question.

In RPL is it possible to have different stacks?

Sort of:
use the stack, save its state to a variable A, clear . This without knowing how deep the stack is, otherwise one could just pack everything in a list.
Then use the stack, save its state to a variable B, clear.
Recall A, populate the stack again, work on it, once again save the state to A, clear.

etc...

Or better maybe DEPTH \->LIST would always work, but then it ends up packing and unpacking a list that slow down things if the list is huge and it is no different than doing 'listVar' object STO+ .

This because, as usual, collecting results in a loop while doing other operations is not happening for free and sometimes even vectors are clumsy to use.

Wikis are great, Contribute :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Little explorations with HP calculators (no Prime) - pier4r - 05-27-2019 06:06 PM



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