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[]) |
Variables | |
const int64_t | F_n_max = 1000 |
Function Documentation
◆ main()
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 72 of file fibonacci_device.cc.
◆ make_ttg_fib_lt()
auto make_ttg_fib_lt | ( | const int64_t | F_n_max = 1000 | ) |
Definition at line 36 of file fibonacci_device.cc.
Variable Documentation
◆ F_n_max
const int64_t F_n_max = 1000 |
Definition at line 13 of file fibonacci_device.cc.