HP Forums
Major Bug in 2014 11 24(6940) RPN mode X^2 - 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: Major Bug in 2014 11 24(6940) RPN mode X^2 (/thread-2539.html)

Pages: 1 2


RE: Major Bug in 2014 11 24(6940) RPN mode X^2 - mbeddo - 12-05-2014 05:27 AM

I can't figure out how to obtain the superscript '2'.

(12-03-2014 10:16 PM)lenborje Wrote:  Entering a superscript 2 using the "Chars" menu works in RPN!

This means that you can create a real workaround by a user key assignment.

Code:

KEY K_Sq()
BEGIN
  RETURN "²";
END;

(There's a single character, a superscript 2, within the double quotes. I hope it turns out correct in all browsers.)

Then activate the User keyboard.



RE: Major Bug in 2014 11 24(6940) RPN mode X^2 - Michael de Estrada - 12-05-2014 05:37 AM

(12-05-2014 05:27 AM)mbeddo Wrote:  I can't figure out how to obtain the superscript '2'.

(12-03-2014 10:16 PM)lenborje Wrote:  Entering a superscript 2 using the "Chars" menu works in RPN!

This means that you can create a real workaround by a user key assignment.

Code:

KEY K_Sq()
BEGIN
  RETURN "²";
END;

(There's a single character, a superscript 2, witbhin the double quotes. I hope it turns out correct in all browsers.)

Then activate the User keyboard.

The simplest way is to select it from the characters menu (Shift Chars). It's the second item in the eighth row.