.. |
test
|
faster digamma function argument reduction
|
2013-12-29 18:07:56 +01:00 |
arg.c
|
add fmprb_atan2 with test code; use for and fix bug in fmpcb_arg
|
2013-02-19 11:17:21 +01:00 |
cos.c
|
add complex trigonometric functions
|
2012-11-16 14:06:49 +01:00 |
cos_pi.c
|
add real tan, cot, and complex cos_pi
|
2013-03-26 13:58:27 +01:00 |
cot.c
|
complex tan_pi, cot_pi
|
2013-03-26 17:40:42 +01:00 |
digamma.c
|
faster digamma function argument reduction
|
2013-12-29 18:07:56 +01:00 |
exp.c
|
add complex log, exp, pow
|
2012-11-09 17:45:25 +01:00 |
gamma.c
|
lgamma: unify branch correction code; speed up series code when n <= 2
|
2013-08-05 13:41:26 +02:00 |
inv.c
|
add fmprb_inv and replace uses of fmprb_ui_div
|
2013-11-12 15:25:50 +01:00 |
invroot_newton.c
|
tidy nth root code; update documentation
|
2012-11-26 17:42:16 +01:00 |
lgamma.c
|
lgamma: unify branch correction code; speed up series code when n <= 2
|
2013-08-05 13:41:26 +02: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
|
cleanup some powering code
|
2013-09-19 00:30:04 +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 |
rising_ui.c
|
remove/rename obsolete code
|
2013-02-27 18:31:04 +01:00 |
root.c
|
special case +/- 2 in fmpcb_root
|
2013-10-22 11:41:58 +02:00 |
rsqrt.c
|
remove unnecessary include
|
2013-10-21 17:59:32 +02: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 |
sin_cos_pi.c
|
add complex digamma function
|
2013-03-04 11:28:53 +01:00 |
sin_pi.c
|
add fmpcb_gamma, fmpcb_rgamma, fmpcb_lgamma and refactored Stirling series code
|
2013-02-20 11:58:08 +01:00 |
sqrt.c
|
add complex square roots
|
2013-03-22 13:32:48 +01:00 |
tan.c
|
complex tan_pi, cot_pi
|
2013-03-26 17:40:42 +01:00 |
zeta.c
|
more simple interfaces for zeta functions; implement functional equation
|
2013-03-27 18:25:00 +01:00 |