mirror of
https://github.com/vale981/arb
synced 2025-03-06 09:51:39 -05:00
remove debug statements
This commit is contained in:
parent
6921bdcee4
commit
fe7403929e
1 changed files with 0 additions and 4 deletions
|
@ -52,14 +52,10 @@ gamma_taylor_precompute(long num, long prec)
|
|||
|
||||
_fmprb_vec_clear(gamma_taylor_coeffs, gamma_taylor_num);
|
||||
|
||||
printf("precomputing: num %ld, prec %ld bits\n", num, prec);
|
||||
|
||||
num = FLINT_MAX(gamma_taylor_num * 1.5, num);
|
||||
prec = FLINT_MAX(gamma_taylor_prec * 1.5, prec);
|
||||
prec = FLINT_MAX(prec, 64);
|
||||
|
||||
printf("precomputing (2): num %ld, prec %ld bits\n", num, prec);
|
||||
|
||||
wp = prec * 1.01 + 32;
|
||||
|
||||
/* TODO: cleanup */
|
||||
|
|
Loading…
Add table
Reference in a new issue