HP Forums

Full Version: Change name for →Qπ - please suggest!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
How about "nice()"?

Nigel (UK)
Anyone using exact would prefer to use QPI, as it's better functionality. Besides, you could give it an argument to keep the original functionality....or direct what to use (LN, SQRT, fraction, etc....maybe as a bitmap of flags).
I recommend in Home mode, using QPI, but calling it EXACT and in CAS mode using qpif, calling it exact (look at the original QPI thread).
My high school students suggested some names. Here are the inoffensive ones. Wink

WHATIS
WHOAMI
RECOGNIZE
IDENTIFY
If it looks like EXACT, but is not really, but beyond, why not:
XEXACT
or
X_EXACT

for eXtended EXACT?
(11-17-2017 10:10 PM)Joe Horn Wrote: [ -> ]My high school students suggested some names. Here are the inoffensive ones. Wink

WHATIS
WHOAMI
RECOGNIZE
IDENTIFY

I don't think these are appropriate, please send the offensive ones. Smile
(11-17-2017 10:35 PM)DrD Wrote: [ -> ]
(11-17-2017 10:10 PM)Joe Horn Wrote: [ -> ]My high school students suggested some names. Here are the inoffensive ones. Wink

WHATIS
WHOAMI
RECOGNIZE
IDENTIFY

I don't think these are appropriate, please send the offensive ones. Smile

APROPOS
UNAME
No, those are not offensive, is it? Smile
what about these ones :

PRETTY
PRETTYPRINT
OPTIMIZE
STDFORM
REWRITE
EASYPRINT
SIMPLEFORM
(11-17-2017 02:31 AM)Han Wrote: [ -> ]QFORM

I do not have a better proposal than this one.

Regards.
Code:
n/m
(11-17-2017 11:11 PM)primer Wrote: [ -> ]what about these ones :

PRETTY
PRETTYPRINT
..

it is not feasible for now, because the print() command , still does not print in prettyprint (2D), only linearly 1D

print(prettyprint(−0.69314718056) returns ln(1/2) linearly =(

print(prettyprint(2.35619449019) returns 3/4*pi linearly =(

output pi
[Image: wp6ioyn.gif]

output root
[Image: o8teUQN.gif]

output ln
[Image: 4Grab77.gif]

output e
[Image: bNNYFZ2.gif]

THE BEST NAME QPIRLN
(11-17-2017 10:35 PM)DrD Wrote: [ -> ]
(11-17-2017 10:10 PM)Joe Horn Wrote: [ -> ]My high school students suggested some names. Here are the inoffensive ones. Wink

I don't think these are appropriate, please send the offensive ones. Smile

The only offensive one which was also reasonable was WTH (What The Heck). Imagine it: A student gets some bizarre result, and looks at it in bewilderment and says "WTH is this?" and then presses the WTH key to find out, and the Prime tells the student WTH the result was. Perfectly natural, and reasonable, but outrageously inappropriate... at least the way the student spelled it, which wasn't "WTH". Dodgy
TransNum()... Transform a number.
NumRw().. Number rewrite.
AltAprox()... Alternate approximation
(11-18-2017 06:04 AM)Joe Horn Wrote: [ -> ]
(11-17-2017 10:35 PM)DrD Wrote: [ -> ]I don't think these are appropriate, please send the offensive ones. Smile

The only offensive one which was also reasonable was WTH (What The Heck). Imagine it: A student gets some bizarre result, and looks at it in bewilderment and says "WTH is this?" and then presses the WTH key to find out, and the Prime tells the student WTH the result was. Perfectly natural, and reasonable, but outrageously inappropriate... at least the way the student spelled it, which wasn't "WTH". Dodgy

I like that explanation, but I fear no one would remember What The Heck WTH stood for.
They would remember What's The Fraction, even though it can do much more than than just fractions.
Perhaps WHAT IS would be less awkward.
And we could use LOL() as a drop in replacement for the simplify() command.

Oh, and an OMG() command would have worked fine for [Help], but help is getting better, so [FYI] might be better. It could be very funny creating programs using some of these things!
Since exact does the same thing in some circumstances, I think it should be exact, but I was playing around with both the exact and the QPI command, and I found differences depending on how many digits you go with in the floating point input. So, there should be an option specifying the number of decimal places.
So, in HOME we should specify EXACT(float,digits,flags), where float is the input, digits is the number of places to the right of the decimal point and flags should give it some clues directing the function....like bit 0 might be fraction, bit 1 ln, bit 2 nth root...maybe even allow combinations.
EXACT(float) and exact(float) should be the same as they are now, and exact(float,digits,flags) should be like qpif and is a CAS command.

...just a suggestion.
I think we (myself included) are overthinking the naming of this feature. We set the entry mode to "Textbook" for a 2D display, we set "Textbook" in Home settings for the history display. Couldn't it follow to also set the representation of the floating point (numeric) output to "Textbook" as well?

I can imagine a student wanting the floating point number to match the nice result in the textbook. So...

Would calling TEXTBOOK() on a floating point be too abstract an idea? If it isn't, the name could allow for future expansion of the capabilities without becoming misunderstood.

(I also like the simplicity of EXACT() )
IDENTIFY() works for me. It is a means for identifying a numerical value in more easily-recognized algebraic form. In fact, a few online number recognition sites use identify as their command name. Perhaps ID() for short

ALGEBRAIC() would also work for me. Or ALG() for short
(11-18-2017 06:04 AM)Joe Horn Wrote: [ -> ]
(11-17-2017 10:35 PM)DrD Wrote: [ -> ]I don't think these are appropriate, please send the offensive ones. Smile

The only offensive one which was also reasonable was WTH (What The Heck). Imagine it: A student gets some bizarre result, and looks at it in bewilderment and says "WTH is this?" and then presses the WTH key to find out, and the Prime tells the student WTH the result was. Perfectly natural, and reasonable, but outrageously inappropriate... at least the way the student spelled it, which wasn't "WTH". Dodgy

I like the WTH name.
Three pages of suggestions. Thank God Tim didn't ask for more than one function to rename. :-)
Hello !

I don't think it's a good idea to have "rat" in the name, fractions containing Pi or sqrt are not rational numbers.

QPI seems good...

Reto
Pages: 1 2 3 4
Reference URL's