how can i write a program in c using fibonacci series upto 200 numbers & using for loop statement ???
breal 0 Newbie Poster
Recommended Answers
Jump to PostBinet's formula:
[tex]Fib(n)=\frac{\phi^n-(-\phi)^n}{\sqrt{5}}[/tex]Where [tex]\phi[/tex] is equal to:
[tex]\frac{1+\sqrt{5}}{2}[/tex]
Hope this helps :-)
Jump to Postthank you so much but tht wuz not helpful for me.....
Of course it is, if you are using fast fourier transforms to approximate the power functions and a library that supports arbitary floating point precision it will be perfect for you.
:-)
All 7 Replies
ahluka 0 Light Poster
breal 0 Newbie Poster

iamthwee
breal 0 Newbie Poster

iamthwee
ahluka 0 Light Poster

iamthwee
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.