| FEAT 3
    Finite Element Analysis Toolbox | 
Binomial template meta-program. More...
#include <meta_math.hpp>
| Static Public Attributes | |
| static constexpr int | value = Binomial<n_-1,k_-1>::value + Binomial<n_-1,k_>::value | 
Binomial template meta-program.
This meta-program calculates the binomial coefficient
\[ {n \choose k} := \frac{n!}{k!(n-k)!} \]
at compile-time.
Definition at line 68 of file meta_math.hpp.
| 
 | staticconstexpr | 
Definition at line 75 of file meta_math.hpp.