Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
#>'#{;
|
||||
_`Enter n: `TN`Fib(`{`)=`X~P~K#{;
|
||||
#>~P~L#MM@>+@'q@{;
|
||||
b~@M<
|
||||
29
Task/Fibonacci-sequence/Beeswax/fibonacci-sequence-2.beeswax
Normal file
29
Task/Fibonacci-sequence/Beeswax/fibonacci-sequence-2.beeswax
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
julia> beeswax("n-th Fibonacci number.bswx")
|
||||
Enter n: i0
|
||||
|
||||
Fib(0)=0
|
||||
Program finished!
|
||||
|
||||
julia> beeswax("n-th Fibonacci number.bswx")
|
||||
Enter n: i10
|
||||
|
||||
Fib(10)=55
|
||||
Program finished!
|
||||
|
||||
julia> beeswax("n-th Fibonacci number.bswx")
|
||||
Enter n: i92
|
||||
|
||||
Fib(92)=7540113804746346429
|
||||
Program finished!
|
||||
|
||||
julia> beeswax("n-th Fibonacci number.bswx")
|
||||
Enter n: i93
|
||||
|
||||
Fib(93)=12200160415121876738
|
||||
Program finished!
|
||||
|
||||
julia> beeswax("n-th Fibonacci number.bswx")
|
||||
Enter n: i94
|
||||
|
||||
Fib(94)=1293530146158671551
|
||||
Program finished!
|
||||
Loading…
Add table
Add a link
Reference in a new issue