Proto
3.2
|
Go to the source code of this file.
Namespaces | |
Proto | |
Functions | |
template<unsigned int P> | |
int | Proto::ipow (int M) |
Template Based Integer Exponentiation. More... | |
template<> | |
int | Proto::ipow< 0 > (int M) |
int | Proto::ipow (int a_base, unsigned int a_exp) |
int | Proto::factorial (int value) |
template<typename T > | |
T | Proto::taylor (int index) |