MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / fib

Function fib

math/fibonacci_large.cpp:24–36  ·  view source on GitHub ↗

Compute fibonacci numbers using the relation * \f[f(n)=f(n-1)+f(n-2)\f] * and returns the result as a large_number type. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected