libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <fibonacci.hpp>
Public Types | |
typedef unsigned long long | element_type |
Static Public Member Functions | |
static element_type | result (element_type N) noexcept(true) |
Definition at line 57 of file fibonacci.hpp.
typedef unsigned long long jmmcg::LIBJMMCG_VER_NAMESPACE::dyn::fibonacci::element_type |
Definition at line 58 of file fibonacci.hpp.
|
inlinestaticnoexcept |
Complexity: O(N)
N | The number for which the Fibonacci number should be computed. |
Definition at line 66 of file fibonacci.hpp.