Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

factorial< N > Struct Template Reference

factorial< N > Struct Template Reference
[fibonacci]

Defines value as the Nth factorial number. More...

#include <factorial.h>


Detailed Description

template<size_t N>
struct etl::factorial< N >

Defines value as the Nth factorial number.

Template Parameters:
NThe number to find the factorial value of.

Definition at line 50 of file factorial.h.