Commit graph

425 commits

Author SHA1 Message Date
Fredrik Johansson
134d6d37de add missing makefile 2013-05-18 00:01:53 +02:00
Fredrik Johansson
3490dfe95d some work-in-progress code to support faster low-precision elementary functions 2013-05-17 19:22:38 +02:00
Fredrik Johansson
c036013ba0 fix references 2013-05-12 19:36:58 +01:00
Fredrik Johansson
60135aa5b6 add dummy file to make sure fmpz_extras isn't empty 2013-05-11 18:15:53 +01:00
Fredrik Johansson
1b1357cba4 add a todo entry 2013-05-11 15:31:21 +01:00
Fredrik Johansson
cd6cb8b68f minor doc edit 2013-05-10 00:29:29 +01:00
Fredrik Johansson
2b6ee6de93 correction of documentation 2013-05-10 00:27:55 +01:00
Fredrik Johansson
baf6e5ad8a update polynomial documentation 2013-05-10 00:25:27 +01:00
Fredrik Johansson
a607bf7fa1 add complex multipoint evaluation/interpolation and helper functions 2013-05-09 18:47:34 +01:00
Fredrik Johansson
7dd9a64d27 add divrem for complex polynomials 2013-05-09 17:58:56 +01:00
Fredrik Johansson
c81444dc4d don't use the Gauss formula for fmpcb_poly_mul by default; make it a separate function 2013-05-09 17:35:36 +01:00
Fredrik Johansson
308be0b7f5 doc fmt 2013-05-07 17:51:20 +01:00
Fredrik Johansson
cd81ae0bb0 mention gmp in the documentation 2013-05-07 17:44:46 +01:00
Fredrik Johansson
52d62da488 support gmp 2013-05-07 17:41:32 +01:00
Fredrik Johansson
5abf12b98e possible minor optimization 2013-05-06 13:59:57 +01:00
Fredrik Johansson
3ae1bcf0b7 mention flint-devel in README 2013-05-06 13:48:14 +01:00
Fredrik Johansson
2c4d4a1677 minor edit 2013-04-30 15:16:16 +02:00
Fredrik Johansson
84400013f8 minor corrections / clarifications to bernoulli module documentation 2013-04-30 15:13:38 +02:00
Fredrik Johansson
be33c6ea14 fix (?) 2013-04-27 21:10:41 +02:00
Fredrik Johansson
7c389434ba disable TLS if disabled in flint 2013-04-27 21:07:57 +02:00
Fredrik Johansson
2c38ef0177 write down proof of fmpcb_poly root inclusion test 2013-04-27 17:26:38 +02:00
Fredrik Johansson
beb724a540 include makefile 2013-04-27 17:13:26 +02:00
Fredrik Johansson
d6f3c9654c initial port of partition function (needs more work) 2013-04-26 18:20:47 +02:00
Fredrik Johansson
b9b97da556 documentation update 2013-04-26 17:15:52 +02:00
Fredrik Johansson
c1ecf12e18 factor out code for generating tables of powers 2013-04-26 16:58:43 +02:00
Fredrik Johansson
e66b930ab4 avoid unnecessarily high precision, silence debug message 2013-04-26 16:51:37 +02:00
Fredrik Johansson
2443eb508b add missing fmpz_min, fmpz_max functions 2013-04-04 14:04:41 +02:00
Fredrik Johansson
1741413d29 numerically stable blockwise polynomial multiplication (should be working; more testing necessary) 2013-04-02 19:13:27 +02:00
Fredrik Johansson
c277827dbe update history; call this 0.5 2013-03-28 12:58:48 +01:00
Fredrik Johansson
aadeecad74 typo 2013-03-27 19:23:07 +01:00
Fredrik Johansson
968811522e fix an evil bug 2013-03-27 19:09:12 +01:00
Fredrik Johansson
5443028a39 more accurate factorial when computing bernoulli number 2013-03-27 18:38:22 +01:00
Fredrik Johansson
289a780a73 more simple interfaces for zeta functions; implement functional equation 2013-03-27 18:25:00 +01:00
Fredrik Johansson
5b1361958f add wrapper for hurwitz zeta 2013-03-27 17:43:06 +01:00
Fredrik Johansson
c186a9bef8 cleanup factorials and binomials 2013-03-27 17:35:26 +01:00
Fredrik Johansson
43269a7cb7 detect when flint headers are in include/flint 2013-03-27 16:49:56 +01:00
Fredrik Johansson
475bb2c8f3 reorg zeta related functions 2013-03-27 15:54:05 +01:00
Fredrik Johansson
43f542ba35 don't use doubles for the hypgeom root bound 2013-03-27 15:07:18 +01:00
Fredrik Johansson
7fa0542746 use cot_pi in digamma functional equation 2013-03-26 17:54:40 +01:00
Fredrik Johansson
3be1a0c7c1 fix typo 2013-03-26 17:41:49 +01:00
Fredrik Johansson
1ddaeee5d7 complex tan_pi, cot_pi 2013-03-26 17:40:42 +01:00
Fredrik Johansson
8c20cc8eed fix fmpr_get_fmpz for tiny numbers and rounding to nearest 2013-03-26 17:40:25 +01:00
Fredrik Johansson
f0f687dd06 add fmpcb_tan, fmpcb_cot 2013-03-26 16:04:49 +01:00
Fredrik Johansson
c549675c0b add real tan, cot, and complex cos_pi 2013-03-26 13:58:27 +01:00
Fredrik Johansson
a1cada8ca9 add fmprb_tanh, fmprb_coth 2013-03-26 13:39:19 +01:00
Fredrik Johansson
f1d6faaf07 more work on powers 2013-03-26 13:39:06 +01:00
Fredrik Johansson
a694da2f10 clarify algorithm for Euler's constant 2013-03-26 12:03:52 +01:00
Fredrik Johansson
589f5bd8ce some more work on fmprb_pow and friends 2013-03-26 11:41:12 +01:00
Fredrik Johansson
d617631775 avoid potential overflow issue in fmpr add/sub 2013-03-25 14:19:18 +01:00
Fredrik Johansson
569574d004 support huge exponents in sin, cos, atan 2013-03-25 12:04:47 +01:00