Definition at line 2466 of file mpreal.h.
2467{
2469 else
2470 {
2472 mpreal w = (std::max)(absa, (std::max)(absb, absc));
2474
2476 {
2479 }
2480
2481 return r;
2482 }
2483}
const mpreal sqrt(const unsigned int v, mp_rnd_t rnd_mode=mpreal::get_default_rnd())
bool isnan(const mpreal &op)
bool iszero(const mpreal &op)
const mpreal sqr(const mpreal &x, mp_rnd_t r=mpreal::get_default_rnd())
References abs, hypot(), isnan(), iszero(), mpfr::mpreal::setNan(), sqr(), and sqrt().