Welcome to Fibonacci’s documentation!

Indices and tables

Docs

unsigned int fibonacci(unsigned int n)

Fibonacci computes the fibonacci value at the specified index

Return

Fibonacci value at specified index

Parameters
  • n: [in] n Index to get fibonacci value for