File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ DECIMAL
72
72
THEN
73
73
2DUP 2DUP FTRUNC F= IF
74
74
2DUP ['] F>D CATCH 0= IF
75
+ 2SWAP 2DROP
75
76
2DUP DABS 17. DU< IF
76
77
DROP
77
78
DUP 0< >R
78
79
ABS >R
79
- 2DROP
80
80
1E0
81
81
BEGIN
82
82
R@ 1 AND IF 2OVER F* THEN
Original file line number Diff line number Diff line change @@ -344,11 +344,11 @@ DECIMAL
344
344
\ exponentiation by squaring r1^n when n is a small integer |n|<=16
345
345
2DUP 2DUP FTRUNC F= IF \ r2 has no fractional part
346
346
2DUP ['] F>D CATCH 0= IF \ r2 is convertable to a double n
347
+ 2SWAP 2DROP \ drop old r2
347
348
2DUP DABS 17. DU< IF \ |n| <= 16
348
349
DROP \ drop high order of n
349
350
DUP 0< >R \ save sign of n
350
351
ABS >R \ save |n|
351
- 2DROP \ drop old r2
352
352
1E0 \ -- r1 1.0
353
353
BEGIN
354
354
R@ 1 AND IF 2OVER F* THEN
You can’t perform that action at this time.
0 commit comments