PDA

View Full Version : Fibonacci calculator



wraggster
December 9th, 2007, 20:03
News/release from Max thebest (http://blog.ifrance.com/maxthebest.dev)


Hello...
Here is my second C coded hopmebrew...
It's a fibonacci number calculator.
It allows you to compute fibonacci number on your psp and saves it uner ms0:/fibonacci.txt
The zip file contains a readme in english, one in french, the homebrew in english and the sources.

Download and Give Feedback Via Comments

quzar
December 9th, 2007, 20:08
Useful for anyone wanting to determine their rabbit populations.

wraggster
December 9th, 2007, 20:16
hehe, i hadnt a clue what it is :D

Necro-M
December 9th, 2007, 20:27
Is the purpose of this to serve as an example to those who want to program for the PSP?

Because this application is given as a first-level programming class lab assignment.

Would be nice to follow some sort of spacing convention in the code if this is going to be an example, or maybe you had it and your editor mucked it up.

Anyway an interesting program. I hope more people do this sort of thing.

quzar
December 9th, 2007, 20:30
hehe, i hadnt a clue what it is :D

Well, that's what the formula was originally designed to do, but since it's been found to have all sorts of silly mathematical properties.

It is though, basically just a beginner's C program to learn how to do basic things like loops and printing to a file.