|
Embedded Template Library 1.0
|
Classes | |
| struct | etl::factorial< N > |
| struct | etl::fibonacci< N > |
fibonacci<N> : Calculates the Nth Fibonacci value.
| struct etl::factorial |
Defines value as the Nth factorial number.
| N | The number to find the factorial value of. |
Static Public Attributes | |
| static ETL_CONSTANT size_t | value = N * factorial<N - 1>::value |