|
Embedded Template Library
1.0
|
#include <fibonacci.h>
Static Public Attributes | |
| static const size_t | value = fibonacci<N - 1>::value + fibonacci<N - 2>::value |
Defines value as the Nth Fibbonacci number.
| N | The number to find the Fibbonacci value of. |