Login   Register  
PHP Classes

Class: Fibonacci

Icontem
elePHPant

  Classes of Artur Barseghyan  >  Fibonacci  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Fibonacci Support forum
Base name: fibonacci
Description: Generate Fibonacci sequence numbers
Version: 1.0
Required PHP version: 5.2.6
License: GNU General Public License (GPL)
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Artur Barseghyan
Name: Artur Barseghyan <e-mail contact>
Published packages: 3 Browse this author's classes Browse this author's classes
Country: The Netherlands The Netherlands - PHP jobs in The Netherlands
Home page: http://foreverchild.info/

Innovation Award

PHP Programming Innovation award nominee
March 2010
Nominee
Vote
Fibonacci numbers are a sequence of numbers generated recursively.

Fibonacci numbers can be used for a number of applications, including to find the greatest common divisor of two integer numbers.

This class provides a PHP solution to generate Fibonacci numbers sequence.

Manuel Lemos

Groups

Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Math Math related classes. View top rated classes

Detailed description

This class can be used to generate Fibonacci sequence numbers.

It provides an iterator interface to generate the following Fibonnaci number when retrieving the next iterator element.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Accessible without login Plain text file example_fibonacci.php Example Example file
Accessible without login Plain text file Fibonacci.class.php Class Fibonacci class
Download all files: fibonacci.tar.gz fibonacci.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.