Commit graph

790 commits

Author SHA1 Message Date
Fredrik Johansson
9a0ad0562c make complex division fast in pure real/imag cases with a small denominator 2014-11-08 13:37:56 +01:00
Fredrik Johansson
af8f8d713e start of a module for hypergeometric functions 2014-11-06 16:03:49 +01:00
Fredrik Johansson
7d04c89504 implement mag_sub_lower properly and test+document it 2014-11-06 14:29:56 +01:00
Fredrik Johansson
2caaa4f230 remove unused variable 2014-11-06 12:36:22 +01:00
Fredrik Johansson
6758b8bebb fix function name 2014-11-06 12:36:13 +01:00
Fredrik Johansson
ded80c5691 fix bug in mag_print (showing a value too large by 2^30); cleanup and test some mag methods 2014-11-06 11:44:31 +01:00
Fredrik Johansson
eaedd0c839 add floor and ceil functions 2014-10-30 15:54:50 +01:00
Fredrik Johansson
f8e118c34b more credits and references 2014-10-28 14:04:12 +01:00
Fredrik Johansson
c7748d3445 some more credits 2014-10-27 14:51:48 +01:00
Fredrik Johansson
b15cc469e0 tidy up proof code of Taylor series evaluation algorithm 2014-10-27 11:44:29 +01:00
Fredrik Johansson
0f7ca2ab32 correct the error bound for exp 2014-10-25 18:26:00 +02:00
Fredrik Johansson
b8705b7dd5 use the sqrt trick in exp 2014-10-24 19:02:06 +02:00
Fredrik Johansson
19c4aa3cb6 Merge remote-tracking branch 'origin/master' 2014-10-24 16:33:16 +02:00
Fredrik Johansson
2639be4e60 speed up sin and cos using sqrt trick and extend their table to higher precision 2014-10-24 16:32:56 +02:00
Fredrik Johansson
6121eeda3b Merge pull request #26 from cheuberg/doc-correction
Corrected arguments of arb_get_interval_arf in documentation
2014-10-22 20:05:40 +02:00
cheuberg
c2c0b8338c Corrected arguments of arb_get_interval_arf in documentation
replaced mpfr_t by arf_t (twice).
2014-10-22 20:01:54 +02:00
Fredrik Johansson
eeae809300 minor doc edit 2014-10-21 17:06:26 +02:00
Fredrik Johansson
fe08fb0cdc document eisenstein series 2014-10-21 17:01:45 +02:00
Fredrik Johansson
a98caad160 add acb_poly powering code, eisenstein series, and more test code 2014-10-21 16:39:48 +02:00
Fredrik Johansson
a500e697a0 typo again 2014-10-20 14:37:00 +02:00
Fredrik Johansson
59323aae05 typo 2014-10-20 14:29:39 +02:00
Fredrik Johansson
540aa0e8d4 small doc fixes 2014-10-20 14:25:58 +02:00
Fredrik Johansson
30dc4ccbb5 document theta derivative error bounds 2014-10-20 14:15:30 +02:00
Fredrik Johansson
c2dab5450f rename some functions 2014-10-20 13:33:30 +02:00
Fredrik Johansson
930801b0f9 bugfix and test code for the theta derivatives 2014-10-20 13:21:17 +02:00
Fredrik Johansson
1ae88cf2bd initial code for theta derivatives and elliptic function derivatives (NEEDS DOC/TESTS/CLEANUP) 2014-10-18 19:39:56 +02:00
Fredrik Johansson
b30b80c1a3 implement the modular discriminant delta 2014-10-16 15:24:45 +02:00
Fredrik Johansson
ed099b964d implement the modular lambda function 2014-10-15 16:42:03 +02:00
Fredrik Johansson
b165977d47 fix a printing issue 2014-10-15 16:41:50 +02:00
Fredrik Johansson
34fa2b3838 add the Weierstrass elliptic function 2014-10-15 15:11:58 +02:00
Fredrik Johansson
6d7561b5d1 add missing header 2014-10-14 16:41:15 +02:00
Fredrik Johansson
80820c160b modular transformation + evaluation of theta functions 2014-10-14 16:23:46 +02:00
Fredrik Johansson
0b18b1d961 when attempting to printd huge numbers, print something instead of dying 2014-10-08 15:54:08 +02:00
Fredrik Johansson
54cf76a5f2 implement the Dedekind eta function 2014-10-07 19:28:06 +02:00
Fredrik Johansson
f38925124e avoid an inverse 2014-10-07 13:07:48 +02:00
Fredrik Johansson
c94bed5df3 add theta sum and j-invariant evaluation 2014-10-07 12:59:32 +02:00
Fredrik Johansson
969a79e587 initial code for addition sequences 2014-10-06 15:33:27 +02:00
Fredrik Johansson
178108a71e tweak acb_exp; add acb_exp_pi_i 2014-10-06 15:09:37 +02:00
Fredrik Johansson
f518411a75 improve cubing for complex numbers 2014-10-03 16:01:48 +02:00
Fredrik Johansson
db808d5f32 increase test difficulty 2014-10-02 11:46:27 +02:00
Fredrik Johansson
99cafaa7cf functions for mapping to the fundamental domain 2014-10-01 19:12:18 +02:00
Fredrik Johansson
16abd31903 some initial code for working with modular forms 2014-10-01 15:25:50 +02:00
Fredrik Johansson
45c228bb24 update documentation; call this 2.3.0 2014-09-25 16:34:50 +02:00
Fredrik Johansson
e9da17f9a2 update documentation 2014-09-25 15:59:18 +02:00
Fredrik Johansson
6063d1be3e remove more old files, and move things around 2014-09-25 15:36:55 +02:00
Fredrik Johansson
04cb0a71e9 update documentation 2014-09-25 15:06:11 +02:00
Fredrik Johansson
e6567b9997 more set/get_interval methods 2014-09-25 14:44:17 +02:00
Fredrik Johansson
97ca3f07db fix name of a file 2014-09-25 14:04:03 +02:00
Fredrik Johansson
499b0bf36d fix name of a file 2014-09-25 14:00:24 +02:00
Fredrik Johansson
4529f061bf add test code for lookup tables 2014-09-25 13:59:51 +02:00