arb/fmpcb
2012-11-10 18:43:43 +01:00
..
test don't use the three-point complex multiplication by default, as it introduces too much error in some cases 2012-11-10 18:43:43 +01:00
arg.c add complex log, exp, pow 2012-11-09 17:45:25 +01:00
exp.c add complex log, exp, pow 2012-11-09 17:45:25 +01:00
log.c add complex log, exp, pow 2012-11-09 17:45:25 +01:00
Makefile initial code for complex numbers and polynomials 2012-10-14 16:30:01 +02:00
mul.c don't use the three-point complex multiplication by default, as it introduces too much error in some cases 2012-11-10 18:43:43 +01:00
mul_alt.c don't use the three-point complex multiplication by default, as it introduces too much error in some cases 2012-11-10 18:43:43 +01:00
pow.c add complex log, exp, pow 2012-11-09 17:45:25 +01:00
printd.c initial code for complex numbers and polynomials 2012-10-14 16:30:01 +02:00
randtest.c some more work on the fmpcb module; test code for multiplication 2012-11-07 11:48:22 +01:00