Givaro
Namespaces | Macros | Functions | Variables
Fibonacci.C File Reference
#include <iostream>
#include <stdlib.h>
#include <stdio.h>
#include <givaro/givinteger.h>
+ Include dependency graph for Fibonacci.C:

Namespaces

 Givaro
 Namespace in which the whole Givaro library resides.
 

Macros

#define GMPFIBTABLESIZE   93
 
#define GMPCNSTUINT(C)   ((uint64_t) C##u)
 

Functions

Integer & Fibonacci (Integer &r, Integer &t, const uint64_t n)
 
Integer & Fibonacci (Integer &t, const uint64_t n)
 
int main (int argc, char **argv)
 

Variables

const uint64_t givfibtable [93+2]
 

Macro Definition Documentation

◆ GMPFIBTABLESIZE

#define GMPFIBTABLESIZE   93

◆ GMPCNSTUINT

#define GMPCNSTUINT (   C)    ((uint64_t) C##u)

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ givfibtable

const uint64_t givfibtable[93+2]