Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
STO 0 // Nth term requested := User input
|
||||
1 STO 1 // Last term := 1
|
||||
0 // Initial value: 0
|
||||
+ *EXC 1 = // Calculate next term.
|
||||
*dsz 0 6 // Loop while R0 positive
|
||||
R/S // Done, show answer
|
||||
GTO 0 6 // If user hits R/S calculate next term
|
||||
Loading…
Add table
Add a link
Reference in a new issue