Givaro 4.2.1
Fibonacci.C File Reference
#include <iostream>
#include <stdlib.h>
#include <stdio.h>
#include <givaro/givinteger.h>

Namespaces

namespace  Givaro
 Namespace in which the whole Givaro library resides.
 

Macros

#define GMPFIBTABLESIZE   93
 
#define GMPCNSTUINT(C)
 

Functions

IntegerFibonacci (Integer &r, Integer &t, const uint64_t n)
 
IntegerFibonacci (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)
Value:
((uint64_t) C##u)
Examples
examples/Integer/Fibonacci.C.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Variable Documentation

◆ givfibtable

const uint64_t givfibtable[93+2]