Content deleted Content added
MiszaBot I (talk | contribs) m Archiving 1 thread(s) from Talk:Fibonacci number. (ARCHIVE FULL) |
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags |
||
Line 391:
This is an example of how to print a Fibonacci series in [[C (programming language)|C]]:
<
#include<stdio.h>
#include<conio.h>
Line 415:
return fib(n-1)+fib(n-2);
}
</syntaxhighlight>
== MathWorld Fibonacci article should be linked ==
|