
RPN Calculator Mike Conca מאת
This extension adds a convenient reverse Polish notation (RPN) calculator as a browser action button. Also called postfix, RPN calculators take their operators after the operands. If you've used HP calculators, this extension is for you.
יש צורך ב־Firefox כדי להשתמש בהרחבה זו
נתוני העל של ההרחבה
צילומי מסך

על אודות הרחבה זו
This extension adds a convenient reverse Polish notation (RPN) calculator as a browser action button. Also called postfix, RPN calculators take their operators after the operands.
For example, to get the sum of two and three on a normal calculator, you would hit "2 + 3 =". On an RPN calculator, you would hit "2 Enter 3 +". In general, RPN calculators require fewer keystrokes over a series of extended operations.
It may seem strange at first, but once you get used to it, you'll never go back. HP made a series of extremely popular RPN calculators back in the 1970's and 1980's.
For example, to get the sum of two and three on a normal calculator, you would hit "2 + 3 =". On an RPN calculator, you would hit "2 Enter 3 +". In general, RPN calculators require fewer keystrokes over a series of extended operations.
It may seem strange at first, but once you get used to it, you'll never go back. HP made a series of extremely popular RPN calculators back in the 1970's and 1980's.
דירוג החוויה שלך
מידע נוסף
- קישורים לתוספת
- גרסה
- 1.2resigned1
- גודל
- 29.03 ק״ב
- עדכון אחרון
- לפני שנה (25 אפר׳ 2024)
- קטגוריות קשורות
- רישיון
- Mozilla Public License 2.0
- היסטוריית הגרסאות
הוספה לאוסף
עוד הרחבות מאת Mike Conca
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין
- אין דירוגים עדיין
1) Calculator doesn't automatically get focus when displayed.
2) Keyboard only. Clicking on keys and commands doesn't work.
3) Stack history is lost when the calculator is closed.
Note:
Original code is from RPNCalc
Copyright 2011, Christophe Juniet