324 {
325 mpfi_t norm, temp;
328 mpfi_set(norm,&a.re);
329 mpfi_mul(norm,norm,norm);
330 mpfi_set(temp,&a.im);
331 mpfi_mul(temp,temp,temp);
332 mpfi_add(norm,norm,temp);
333 mpfi_set(&
result.re,&a.re);
334 mpfi_mul_si(&
result.im,&a.im,-1);
337 }
unsigned long get_precision() const
VALGRIND_MAKE_MEM_DEFINED & result(result)