Difference: ForthCalculator (3 vs. 4)

Revision 42024-05-24 - PeterSchmid

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

Forth Calculator

Line: 8 to 8
 
Added:
>
>
C0 C1 C2 C3 C4
 +--------+--------+--------+--------+--------+
Pi 1/x x^2 LOG LN
Changed:
<
<
  y^x SQRT 10^x e^x
>
>
| | y^x | SQRT | 10^x | e^x | R0
 
A B C D E
+--------+--------+--------+--------+--------+
STOx RCLx SIN COS TAN
Changed:
<
<
CEIL FLOOR ASIN ACOS ATAN
>
>
| CEIL | FLOOR | ASIN | ACOS | ATAN | R1
 
    SL SR F
+--------+--------+--------+--------+--------+
ENTER SWAP NEG EXP BS
Changed:
<
<
  ROT ABS   CLx
>
>
| DROP | ROT | ABS | F>S | CLx | R2
      S>F  
 +--------+--------+--------+--------+--------+
CLOCK 7 8 9 /
Changed:
<
<
  FLOAT DEC HEX BIN
>
>
| | FLOAT | DEC | HEX | BIN | R3
         
 +--------+--------+--------+--------+--------+
CALC 4 5 6 *
Changed:
<
<
  FIX ENG SCI PREC
>
>
| | FIX | ENG | SCI | PREC | R4
         
 +--------+--------+--------+--------+--------+
f 1 2 3 -
Changed:
<
<
  p n u m
>
>
| | p | n | u | m | R5
 
  XOR AND NOT OR
+--------+--------+--------+--------+--------+
ON/OFF 0 .   +
Changed:
<
<
  k M G T
>
>
| | k | M | G | T | R6
 
  1'S 2'S UNSGN  
+--------+--------+--------+--------+--------+
 
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