Metafunction for the integration of a monomial consisting of a single variable. More...
#include <integrate.hpp>
Public Types | |
typedef ct_binary_expr < typename pow< VariableType, exponent+1 >::type, op_div < default_numeric_type > , ct_constant< exponent+1 > > | type |
Metafunction for the integration of a monomial consisting of a single variable.
typedef ct_binary_expr< typename pow<VariableType, exponent + 1>::type, op_div<default_numeric_type>, ct_constant<exponent + 1> > type |