Commit graph

510 commits

Author SHA1 Message Date
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
Fredrik Johansson
ed24ca75f4 fix missing flag in setup example code 2015-05-07 10:39:47 +02:00
Fredrik Johansson
0e9ba4a3eb call this 2.6.0 2015-04-19 18:09:46 +02:00
Fredrik Johansson
19ed4357ab swap function arguments for consistency, and fix bug in hypgeom_m 2015-04-19 17:48:34 +02:00
Fredrik Johansson
28ba57b7da main confluent hypergeometric function 2015-04-19 04:12:37 +02:00
Fredrik Johansson
31d9af66d8 add acb_eq, acb_ne 2015-04-18 20:19:11 +02:00
Fredrik Johansson
149ea46321 doc edits 2015-04-18 19:40:19 +02:00
Fredrik Johansson
7e202c23b9 implement the logarithmic integral function 2015-04-10 13:10:25 +02:00
Fredrik Johansson
f3e6d7772b complete implementation of hypergeometric U 2015-04-09 23:33:01 +02:00
Fredrik Johansson
42dcdb4f74 fix typos 2015-04-09 14:51:57 +02:00
Fredrik Johansson
7e20d6c473 exponential and trigonometric integrals 2015-04-09 14:01:28 +02:00
Fredrik Johansson
73d7989548 clarify NaN 2015-03-18 10:24:17 +01:00
Fredrik Johansson
b79fff4516 add arb_eq, arb_ne, arb_lt, arb_le, arb_gt, arb_ge 2015-03-18 10:16:39 +01:00
Fredrik Johansson
3d8d63ae51 fix documentation for arb_sqrtpos: the input is considered, but the output can currently contain negative numbers 2015-03-06 16:33:34 +01:00
Fredrik Johansson
4604554bac implement elliptic_e 2015-03-06 13:59:41 +01:00
Fredrik Johansson
7607ed67e6 improve pfq with power series and document 2015-03-05 13:36:41 +01:00
Fredrik Johansson
329ce6b72f add acb_rel_accuracy_bits and improve the real version 2015-02-19 18:15:47 +01:00
Fredrik Johansson
5bf492f648 minor doc fix 2015-02-19 16:27:39 +01:00
Fredrik Johansson
a6d6a70f51 implemented Bessel K function 2015-02-17 01:17:20 +01:00
Fredrik Johansson
39b3433b2b add arb/acb_poly_add_si 2015-02-15 05:00:31 +01:00
Fredrik Johansson
d0356c591a rmv accidental file 2015-02-15 03:59:03 +01:00
Fredrik Johansson
ed2990d5f8 add sin_pi_series and friends 2015-02-10 17:45:20 +01:00
Fredrik Johansson
8022fca3b4 add arb_poly_majorant, acb_poly_majorant 2015-02-10 13:13:46 +01:00
Fredrik Johansson
ca0a40bdab update docs and bump version number to 2.5.0 2015-01-28 18:20:07 +01:00
Fredrik Johansson
12dc9a363a logos! 2015-01-28 14:54:30 +01:00
Fredrik Johansson
8da850c378 add arb_get_str and arb_printn 2015-01-27 18:09:38 +01:00
Fredrik Johansson
5cc1e0d286 add arb_set_str 2015-01-22 18:47:21 +01:00
Fredrik Johansson
9f87237a56 incomplete gamma function of power series 2015-01-22 14:43:52 +01:00
Fredrik Johansson
de03803f57 add simple wrappers for erfc, erfi, expint 2015-01-21 17:28:00 +01:00
Fredrik Johansson
b3be4541b4 document two methods 2015-01-21 16:16:53 +01:00
Fredrik Johansson
d212f84652 implement incomplete gamma function 2015-01-21 16:14:46 +01:00
Fredrik Johansson
9f46fd1133 add poly_set_round methods 2015-01-19 16:52:15 +01:00
Fredrik Johansson
f66d002884 more is_real methods; use in acb_mat exp and det 2015-01-18 17:21:23 +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
a22075c52e factor out mag_polylog_tail 2015-01-16 09:29:10 +01:00
Fredrik Johansson
55b952d24a add arb_sqrt1pm1, arb_atanh, arb_asinh, arb_atanh 2015-01-14 16:58:47 +01:00
Fredrik Johansson
ab93d2e905 add arb_log1p, acb_log1p, acb_atan 2015-01-14 15:17:38 +01:00