Ricky E. Farr

Results 3 issues of Ricky E. Farr

This issue is extremely similar to the one found in flint at https://github.com/wbhart/flint2/issues/330 touch: cannot touch ‘test/t-*.c’: No such file or directory touch: cannot touch ‘hypgeom/test/t-*.c’: No such file or...

I decided to build Arb in the new linux subsystem of Windows and when I did a make check, I got the following: CC ../build/fmpr/test/t-abs_bound_le_2exp_fmpz /tmp/ccyuIK39.o: In function `main': t-abs_bound_le_2exp_fmpz.c:(.text.startup+0x396):...

Currently, there is a similar function arb_addmul(acb_t z, const acb_t x, const acb_t y, slong prec). This computes z = z + x_y. It would be nice to implement a...