Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
10 PRINT e(3,2): REM 3 ^ 2
|
||||
20 PRINT e(1.5,2.7): REM 1.5 ^ 2.7
|
||||
30 STOP
|
||||
9950 DEF FN e(a,b)=a^b
|
||||
|
|
@ -0,0 +1 @@
|
|||
9999 DEF FN e(m,e)=VAL "m*FN e(m,e-1)*1"((e<1)*12+1 TO )
|
||||
Loading…
Add table
Add a link
Reference in a new issue