Proto  3.2
Namespaces | Functions
Proto_Math.H File Reference
This graph shows which files directly or indirectly include this file:

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 >
Proto::taylor (int index)