Programowanie w systemie UNIX/ARB: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m →‎arb_sqrt: if I have the number 1.000123456.... with a ball radius of 1e-2, I will only see 1.00+/-1e-2. If I have a ball radius of 1e-5, I'll see 1.00012+/-1e-5.
m →‎arb_sqrt: _printf("Computed with: \narb-%s\n Flint-%s\n MPFR-%s \n GMP-%s \n", arb_version, FLINT_VERSION ,mpfr_version, gmp_version ); //
Linia 123:
i+=1;
}
printf("Computed with: \narb-%s\n Flint-%s\n MPFR-%s \n GMP-%s \n", arb_version, FLINT_VERSION ,mpfr_version, gmp_version ); //
arb_clear(z);
flint_cleanup();
Linia 234 ⟶ 235:
i = 99; prec = 163; bits = 161; dec_digits = 48; z = [1.0000000000000000000000000000010935934246158211 +/- 6.23e-47]
i = 100; prec = 164; bits = 163; dec_digits = 48; z = [1.0000000000000000000000000000005467967123079106 +/- 5.30e-47]
 
Computed with:
arb-2.10.0
Flint-2.5.2
MPFR-3.1.5
GMP-6.1.1
 
</pre>