Commit graph

447 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
8aa260c35a Jacobi, Gegenbauer, Laguerre, Hermite functions 2015-10-31 23:12:54 +01:00
Fredrik Johansson
ef64707fa9 implement Legendre functions 2015-10-27 23:55:16 +01:00
Fredrik Johansson
6823692209 clarify how error bounds are obtained for arb_mat_exp 2015-10-27 11:40:30 +01:00
Fredrik Johansson
d3330a59cc document it 2015-10-19 21:34:49 +02: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
7cc84718ea fix typo 2015-10-11 00:22:16 +02:00
Fredrik Johansson
e1d6a18746 faster code for theta constants 2015-10-11 00:14:54 +02:00
Tommy Hofmann
4f0a2bdfe5 Add acb_mat_set/set_round_arb_mat 2015-10-09 16:11:01 +02:00
Tommy Hofmann
aaa1785ed9 Add acb_mat_eq/ne 2015-10-09 15:57:11 +02:00
Tommy Hofmann
477db6e8b7 Add documentation for arb_mat_eq/ne 2015-10-09 15:45:00 +02:00
Fredrik Johansson
aaa4d868a0 include doc 2015-10-07 14:47:01 +02:00
Fredrik Johansson
304399338a arf_get_d: correct under/overflow, and allow round-to-nearest 2015-10-02 11:29:43 +02:00
Fredrik Johansson
1c91601241 add more useful methods 2015-10-02 09:46:02 +02:00
Fredrik Johansson
3776434c31 document undocumented methods 2015-09-30 17:28:07 +02:00
Fredrik Johansson
5b5a0c094d add arb_get_mid_arb / arb_get_rad_arb 2015-09-24 00:03:26 +02:00
Fredrik Johansson
a8ae64e5e1 improve add_error functions, and test them 2015-09-21 02:51:52 +02:00
Fredrik Johansson
bf5887e871 add mag_geom_series 2015-09-17 12:51:02 +02:00
Fredrik Johansson
bdb0919002 implement Hilbert class polynomial generation 2015-09-11 15:39:29 +02:00
Fredrik Johansson
750ce765de fix more errors in the documentation (thanks Marc Mezzarobba) 2015-08-24 16:34:27 +02:00
Fredrik Johansson
606e8b5bbf Merge pull request #45 from rickyefarr/set_functions
Add various set functions
2015-08-21 13:09:37 +02:00
Fredrik Johansson
24068f5d9e fix a typo in the documentation 2015-08-20 18:34:08 +02:00
ricky.e.farr@gmail.com
f93788b756 Make Arb documentation look cleaner, remove macros from docs 2015-08-13 06:16:56 -04:00
ricky.e.farr@gmail.com
71f77917f0 Documentation and Two More Functions 2015-08-13 06:05:23 -04:00
Fredrik Johansson
4ed39430ad add code for Bell numbers 2015-08-06 04:05:46 +02:00
Fredrik Johansson
38a116157f add arb_power_sum_vec 2015-08-04 12:22:38 +02:00
Alexander Kobel
a8ad82f43c change argument order for arb_abs and arb_neg; correct documentation of arb_abs 2015-07-23 12:24:23 +02:00
Fredrik Johansson
59203d90ef implement the Fujiwara root bound 2015-07-22 13:24:08 +02:00
Fredrik Johansson
6c81cba454 port the div_2expm1_ui code completely to the arb type 2015-07-21 18:05:30 +02:00
Fredrik Johansson
b24d5d482d fix typo 2015-07-21 15:10:23 +02:00
Fredrik Johansson
7b6828df42 implement mag_root 2015-07-21 15:09:06 +02:00
Fredrik Johansson
e4113ef4da call this 2.7.0; update documentation 2015-07-14 15:59:03 +02: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
57b1dd98d1 implement binary splitting acb_hypgeom summation 2015-07-13 15:47:04 +02:00
Fredrik Johansson
e4f4447d3f add digamma series 2015-07-07 14:30:36 +02:00
Fredrik Johansson
bc89f14b0b document vector functions 2015-07-04 23:48:57 +02:00
Fredrik Johansson
0efc582992 update docs 2015-07-04 22:45:16 +02:00
Fredrik Johansson
ea65302bb3 avoid large exponential in acb_log_sin_pi 2015-06-28 15:31:26 +02:00
Fredrik Johansson
303913f631 add arf_root and improve arb_root 2015-06-17 18:37:53 +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
0f2e1d4cd2 add fast multipoint evaluation based hypgeom summation 2015-06-12 14:46:55 +02:00
Fredrik Johansson
ca5b941e52 fix missing sign in doc 2015-06-10 17:39:24 +02:00
Fredrik Johansson
4d09c77329 bessel_i and bessel_y functions 2015-06-10 17:05:32 +02:00
Fredrik Johansson
bea4792710 correct branch cut for bessel_k with real z < 0 2015-06-10 16:53:59 +02:00
Fredrik Johansson
b2c7cebc6b add exp_invexp functions 2015-06-09 11:07:47 +02:00
Fredrik Johansson
bd3e817d86 doc fix 2015-06-05 23:55:07 -04:00
Fredrik Johansson
f02f83e7dc factor out a test helper function 2015-06-05 23:39:02 -04:00