numerix_doc 0.4
|
#include <ball.hpp>
typedef implementation<ball_rounding,V> Rnd |
ball | ( | const T & | c2 | ) | [inline] |
Definition at line 43 of file ball.hpp.
References mmx::add_additive_error().
: c (as<C> (c2)), r (0) { Rnd::add_additive_error (*this); }
Definition at line 47 of file ball.hpp.
References mmx::add_additive_error().
: c (as<C> (center (z))), r (as<R> (radius (z))) { XVERIFY (r >= 0, "negative radius", r); // FIXME: we should pre-correct the radius of z as well Rnd::add_additive_error (*this); }
Definition at line 57 of file ball.hpp.
References mmx::add_additive_error().
: c (c2), r (r2) { XVERIFY (r >= 0, "negative radius", r); if (adjust) Rnd::add_additive_error (*this); }
Definition at line 61 of file ball.hpp.
References mmx::add_additive_error().
typedef Round_up | ( | R | ) |