Difference: ForthCalculator (1 vs. 2)

Revision 22024-05-24 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Forth Calculator

+--------+--------+--------+--------+--------+
Changed:
<
<
         
         
+--------+--------+--------+--------+--------+
         
         
+--------+--------+--------+--------+--------+
         
         
>
>
Pi 1/x x^2 LOG LN
  y^x SQRT 10^x e^x
A B C D E
 +--------+--------+--------+--------+--------+
STO RCL SIN COS TAN
    ASIN ACOS ATAN
Added:
>
>
    SL RL SR RR F
 +--------+--------+--------+--------+--------+
Changed:
<
<
ENTER   NEG EXP BS
         
>
>
ENTER SWAP NEG EXP BS
  ROT ABS   CLEAR
 +--------+--------+--------+--------+--------+
CLOCK 7 8 9 /
Changed:
<
<
         
>
>
  FLOAT DEC HEX BIN
 +--------+--------+--------+--------+--------+
CALC 4 5 6 x
Changed:
<
<
         
>
>
  FIX ENG SCI  
 +--------+--------+--------+--------+--------+
Changed:
<
<
SHIFT 1 2 3 -
         
>
>
f 1 2 3 -
  XOR AND NOT OR
 +--------+--------+--------+--------+--------+
ON/OFF 0 .   +
Changed:
<
<
         
>
>
  1'S 2'S UNSGN  
 +--------+--------+--------+--------+--------+
Deleted:
<
<
 

-- Peter Schmid - 2024-05-24

Revision 12024-05-24 - PeterSchmid

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebHome"

Forth Calculator

+--------+--------+--------+--------+--------+
|        |        |        |        |        |
|        |        |        |        |        |
+--------+--------+--------+--------+--------+
|        |        |        |        |        |
|        |        |        |        |        |
+--------+--------+--------+--------+--------+
|        |        |        |        |        |
|        |        |        |        |        |
+--------+--------+--------+--------+--------+
| STO    | RCL    | SIN    | COS    | TAN    |
|        |        | ASIN   | ACOS   | ATAN   |
+--------+--------+--------+--------+--------+
| ENTER  |        | NEG    | EXP    | BS     |
|        |        |        |        |        |
+--------+--------+--------+--------+--------+
| CLOCK  | 7      | 8      | 9      | /      |
|        |        |        |        |        |
+--------+--------+--------+--------+--------+
| CALC   | 4      | 5      | 6      | x      |
|        |        |        |        |        |
+--------+--------+--------+--------+--------+
| SHIFT  | 1      | 2      | 3      | -      |
|        |        |        |        |        |
+--------+--------+--------+--------+--------+
| ON/OFF | 0      | .      |        | +      |
|        |        |        |        |        |
+--------+--------+--------+--------+--------+


-- Peter Schmid - 2024-05-24

Comments

<--/commentPlugin-->
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback