Definition at line 2485 of file mpreal.h.
2486{
2488 else
2489 {
2491 mpreal w = (std::max)(absa, (std::max)(absb, (std::max)(absc, absd)));
2493
2495 {
2498 }
2499
2500 return r;
2501 }
2502}
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().