.. |
test
|
improve zeta sum by using sieving
|
2013-01-28 15:52:39 +01:00 |
arg.c
|
fix bugs in fmpcb_arg
|
2012-11-26 16:54:46 +01:00 |
cos.c
|
add complex trigonometric functions
|
2012-11-16 14:06:49 +01:00 |
exp.c
|
add complex log, exp, pow
|
2012-11-09 17:45:25 +01:00 |
invroot_newton.c
|
tidy nth root code; update documentation
|
2012-11-26 17:42:16 +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
|
implement squaring formula and reduce number of temporaries in fmpcb_mul
|
2013-02-16 02:24:39 +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
|
tidy nth root code; update documentation
|
2012-11-26 17:42:16 +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 |
root.c
|
tidy nth root code; update documentation
|
2012-11-26 17:42:16 +01:00 |
sin.c
|
add complex trigonometric functions
|
2012-11-16 14:06:49 +01:00 |
sin_cos.c
|
add complex trigonometric functions
|
2012-11-16 14:06:49 +01:00 |
zeta.c
|
slight improvements to zeta code; remove old implementation
|
2013-01-24 15:27:23 +01:00 |
zeta_series.c
|
fix error bounding for zeta_series, +docs, tests
|
2013-01-19 20:45:35 +01:00 |
zeta_series_em_bound.c
|
slight improvements to zeta code; remove old implementation
|
2013-01-24 15:27:23 +01:00 |
zeta_series_em_choose_param.c
|
fix error bounding for zeta_series, +docs, tests
|
2013-01-19 20:45:35 +01:00 |
zeta_series_em_sum.c
|
improve zeta sum by using sieving
|
2013-01-28 15:52:39 +01:00 |