HP Forums
Change name for →Qπ - please suggest! - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Change name for →Qπ - please suggest! (/thread-9510.html)

Pages: 1 2 3 4


RE: Change name for →Qπ - please suggest! - ggauny@live.fr - 11-28-2017 10:23 AM

Hi,

Yes, QPI without the arrow on the left, it is faster to type.


RE: Change name for →Qπ - please suggest! - Joe Horn - 11-29-2017 05:59 AM

(11-28-2017 10:23 AM)ggauny@live.fr Wrote:  Yes, QPI without the arrow on the left, it is faster to type.

Until it's officially renamed, create your own alias for →Qπ called "qpi". It's not only easier to type but it also works in CAS:

[Image: qpi06.png]


RE: Change name for →Qπ - please suggest! - AlexFekken - 11-29-2017 06:34 AM

(11-29-2017 05:59 AM)Joe Horn Wrote:  Until it's officially renamed, create your own alias ...

Thanks for the tip. I called it "CantorTurningInHisGrave" ;-)


RE: Change name for →Qπ - please suggest! - ggauny@live.fr - 11-29-2017 09:34 AM

Hi Joe,

Thanks for this tips.


RE: Change name for →Qπ - please suggest! - Helge Gabert - 11-29-2017 04:21 PM

But be aware that a soft reset with <On-Symb> will mess up the "defines" (input variables will become unchecked), and sometimes the entire "define" function will even disappear. Until this is fixed, I prefer to have qpi as a one-line program in the catalog.


RE: Change name for →Qπ - please suggest! - Joe Horn - 11-30-2017 01:43 AM

(11-29-2017 04:21 PM)Helge Gabert Wrote:  But be aware that a soft reset with <On-Symb> will mess up the "defines" (input variables will become unchecked), and sometimes the entire "define" function will even disappear. Until this is fixed, I prefer to have qpi as a one-line program in the catalog.

The entire function will only disappear if you haven't turned the calculator off and back on between creating the definition and pressing On+Symb. Toggling power saves Prime's RAM (where Defines reside) to flash, so it's always a good idea to do that right after doing anything that you don't want to lose (e.g. a Define).


RE: Change name for →Qπ - please suggest! - Fortin - 11-30-2017 02:35 AM

One could also make a program to create user defined functions:

HVars("qpi",{"X"}):='→Qπ(X)'


RE: Change name for →Qπ - please suggest! - Helge Gabert - 11-30-2017 03:51 PM

Yes - - this approach (via HVars) seems to hold everything together, even after a soft reset.