#include <pow.hpp>
Public Types | |
typedef mpl::greater_equal < mpl::int_< N >, mpl::int_ < 0 > >::type | is_positive |
typedef power_if_positive< N, is_positive::value > | type |
typedef mpl::greater_equal< mpl::int_<N>, mpl::int_<0> >::type boost::math::detail::select_power_if_positive< N >::is_positive |
typedef power_if_positive<N, is_positive::value> boost::math::detail::select_power_if_positive< N >::type |