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

Usunięta treść Dodana treść
m →‎arb_sqrt: csqrtf
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.
Linia 118:
//
prec += 1; // "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." Bill Hart
prec += 1;
if (i>500) break;
dec_digits = (prec-3)/3.3219280948873623;