Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

fibonacci.cpp File Reference

Definition of Fibonacci class methods. More...

#include "fibonacci.h"

Go to the source code of this file.

Defines

#define NUMBER_OF_ORDER2_FIBS   44
 Number of generated Fibonacci numbers of order 2.


Variables

unsigned long Order2FibonacciNumbers_ []
 Generated list of Fibonacci numbers of order 2 (first number omitted). More...


Detailed Description

Definition of Fibonacci class methods.

This file contains definition of Fibonacci class methods.

Definition in file fibonacci.cpp.


Variable Documentation

unsigned long Order2FibonacciNumbers_[] [static]
 

Initial value:

 {
  1, 2, 3, 5,
  8, 13, 21, 34, 55,
  89, 144, 233, 377, 610,
  987, 1597, 2584, 4181, 6765,
  10946, 17711, 28657, 46368, 75025,
  121393, 196418, 317811, 514229, 832040,
  1346269, 2178309, 3524578, 5702887, 9227465,
  14930352, 24157817, 39088169, 63245986, 102334155,
  165580141, 267914296, 433494437, 701408733, 1134903170
}
Generated list of Fibonacci numbers of order 2 (first number omitted).

Definition at line 51 of file fibonacci.cpp.

Referenced by Fibonacci::decode, and Fibonacci::encode.


Generated on Wed Feb 5 10:43:03 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002