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