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:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends
Generated by  doxygen 1.6.2-20100208