30 lines
493 B
Text
30 lines
493 B
Text
|
|
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!
|