Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
10 REM Only positive numbers
|
||||
20 LET n=10
|
||||
30 LET n1=0: LET n2=1
|
||||
40 FOR k=1 TO n
|
||||
50 LET sum=n1+n2
|
||||
60 LET n1=n2
|
||||
70 LET n2=sum
|
||||
80 NEXT k
|
||||
90 PRINT n1
|
||||
|
|
@ -0,0 +1 @@
|
|||
10 DEF FN f(x)=INT (0.5+(((SQR 5+1)/2)^x)/SQR 5)
|
||||
Loading…
Add table
Add a link
Reference in a new issue