373 {
374 mpfr_t tmp;
377
378 mpfr_div(tmp, &a.re, &b, MPFR_RNDN);
379 mpfr_set(&
result.value().re, tmp, MPFR_RNDN);
380
381 mpfr_div(tmp, &a.im, &b, MPFR_RNDN);
382 mpfr_set(&
result.value().im, tmp, MPFR_RNDN);
383
385 mpfr_clear(tmp);
386 }
unsigned long get_precision() const
void set(ElementType &result, const ElementType &a) const
VALGRIND_MAKE_MEM_DEFINED & result(result)