fibonacci.cc File Reference
#include <ttg.h>
#include "ttg/serialization.h"

Classes

struct  Fn
 N.B. contains values of F_n and F_{n-1}. More...
 

Functions

auto make_ttg_fib_lt (const int64_t F_n_max=1000)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 46 of file fibonacci.cc.

◆ make_ttg_fib_lt()

auto make_ttg_fib_lt ( const int64_t  F_n_max = 1000)

Definition at line 17 of file fibonacci.cc.