meta_math::impl::sqrt_impl< guess, x, Converged > Struct Template Reference
List of all members.
Public Types |
typedef long int | type |
typedef sqrt_impl | self |
Static Public Attributes |
static long int const | quotient = x / guess |
static long int const | new_value = (quotient + guess) / 2 |
static bool const | converging = abs<guess - quotient>::value < 2 |
static long int const | value = sqrt_impl<new_value, x, converging>::value |
template<long int guess, long int x, bool Converged>
struct meta_math::impl::sqrt_impl< guess, x, Converged >
The documentation for this struct was generated from the following file:
- src/mtl/boost/numeric/meta_math/sqrt.hpp