Commit graph

99 commits

Author SHA1 Message Date
Fredrik Johansson
4e361ffff7 inverse trig and hyperbolic functions for acb 2015-11-01 01:56:29 +01:00
Fredrik Johansson
3ba474dd42 add arb_rising/acb_rising and use gamma for large n in rising_ui 2015-10-17 01:11:58 +02:00
Fredrik Johansson
1c91601241 add more useful methods 2015-10-02 09:46:02 +02:00
Fredrik Johansson
7a79f54cf3 add some more helper methods and fix inline declarations 2015-10-02 09:03:53 +02:00
Fredrik Johansson
3776434c31 document undocumented methods 2015-09-30 17:28:07 +02:00
Fredrik Johansson
47fa24f5e3 add some acb helper functions (need docs) 2015-09-24 17:46:29 +02:00
Fredrik Johansson
a44e95375a fix acb_set_si_si 2015-08-23 12:59:52 +02:00
ricky.e.farr@gmail.com
21326c23be Remove init_set Macros 2015-08-16 23:16:06 -04:00
ricky.e.farr@gmail.com
71f77917f0 Documentation and Two More Functions 2015-08-13 06:05:23 -04:00
ricky.e.farr@gmail.com
07516118ea acb set functions 2015-08-11 09:04:59 -04:00
ricky.e.farr@gmail.com
54c4ce2bea Add acb versions 2015-08-11 08:19:10 -04:00
Fredrik Johansson
d7e4c5f73b implement the Barnes G-function 2015-07-13 18:39:05 +02:00
Fredrik Johansson
d6771af8d9 implement the generalized polygamma function (acb_polygamma) 2015-07-13 17:23:34 +02:00
Fredrik Johansson
bc89f14b0b document vector functions 2015-07-04 23:48:57 +02:00
Fredrik Johansson
e9f7d19561 implement reflection formula for acb_lgamma; tweaks to arb_lgamma 2015-06-16 21:06:14 +02:00
Fredrik Johansson
2c5d00981e implement [arb/acb]_poly_cot_pi_series 2015-06-16 13:10:18 +02:00
Fredrik Johansson
3a3584aa5a add acb hyperbolic functions (sinh, cosh, sinh_cosh, tanh, coth) 2015-06-16 10:33:19 +02:00
Fredrik Johansson
b2c7cebc6b add exp_invexp functions 2015-06-09 11:07:47 +02:00
Fredrik Johansson
f02f83e7dc factor out a test helper function 2015-06-05 23:39:02 -04:00
Fredrik Johansson
31d9af66d8 add acb_eq, acb_ne 2015-04-18 20:19:11 +02:00
Fredrik Johansson
329ce6b72f add acb_rel_accuracy_bits and improve the real version 2015-02-19 18:15:47 +01:00
Fredrik Johansson
d212f84652 implement incomplete gamma function 2015-01-21 16:14:46 +01:00
Fredrik Johansson
1a29168c4b add matrix charpoly (ported from flint) and randtest methods 2015-01-18 00:14:42 +01:00
Fredrik Johansson
143543f4fa more get_unique_fmpz methods, and code for generating Swinnerton-Dyer polynomials 2015-01-16 17:02:03 +01:00
Fredrik Johansson
ab93d2e905 add arb_log1p, acb_log1p, acb_atan 2015-01-14 15:17:38 +01:00
Fredrik Johansson
c67ae74360 make _acb_vec_sort_pretty a library function 2015-01-13 17:00:42 +01:00
Fredrik Johansson
d7a1a84f25 add inline functions to library 2014-12-25 15:50:37 +01:00
Fredrik Johansson
fa2e944576 some better code for bounding complex rising factorials 2014-12-21 00:27:30 +01:00
Fredrik Johansson
6e296f2cba cleanup and documenting 2014-12-20 22:37:43 +01:00
Fredrik Johansson
c6395d0bd6 implement the complex arithmetic-geometric mean (code is still messy) 2014-12-16 16:53:24 +01:00
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
a98caad160 add acb_poly powering code, eisenstein series, and more test code 2014-10-21 16:39:48 +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
6880e8b223 cleanup acb_get_mag, acb_get_mag_lower 2014-08-15 14:03:42 +02:00
Fredrik Johansson
b2bc5162d8 remove some more unnecessary inlines 2014-08-14 00:18:25 +02:00
Fredrik Johansson
6827833cc3 add polylog wrapper functions 2014-07-10 22:23:26 +02:00
Fredrik Johansson
323a20db65 initial code for polylogarithms 2014-07-06 17:16:54 +02:00
Fredrik Johansson
2f4e46e263 document and test more functions 2014-06-20 10:21:21 +02:00
Fredrik Johansson
075cc472d6 port most of the zeta function code 2014-06-13 22:08:25 +02:00
Fredrik Johansson
e7f0fff490 port gamma function power series methods 2014-06-05 00:43:30 +02:00
Fredrik Johansson
66d5b62262 port digamma function 2014-06-04 16:12:22 +02:00
Fredrik Johansson
1613f6bb68 port rising2 methods 2014-06-04 16:00:51 +02:00
Fredrik Johansson
d2b6baf3b8 port most gamma function code to arb/acb 2014-06-04 15:26:18 +02:00
Fredrik Johansson
64aeecd7af add acb rising factorials 2014-06-04 13:36:51 +02:00
Fredrik Johansson
dfa2ca7113 some more work on complex addmul and polynomial evaluation 2014-05-19 21:01:45 +02:00
Fredrik Johansson
76d4f04fbe more work on complex multiplication 2014-05-15 19:20:44 +02:00
Fredrik Johansson
6575ccf454 initial code for complex numbers 2014-05-15 16:36:30 +02:00