Commit graph

360 commits

Author SHA1 Message Date
Fredrik Johansson
e6567b9997 more set/get_interval methods 2014-09-25 14:44:17 +02:00
Fredrik Johansson
34348293fa update documentation 2014-08-26 16:23:38 +02:00
Fredrik Johansson
c1a82e411d update documentation 2014-08-22 18:34:20 +02:00
Fredrik Johansson
9dc6115864 add back some algorithm documentation for gamma 2014-08-20 20:22:18 +02:00
Fredrik Johansson
a22092176a add a bit of documentation for elementary function algorithms 2014-08-20 20:01:26 +02:00
Fredrik Johansson
0f7b450587 rename example programs 2014-08-20 18:38:02 +02:00
Fredrik Johansson
e493a6dd43 remove most of the old (arb 1.x) modules 2014-08-19 01:26:52 +02:00
Fredrik Johansson
35edfa850a remove obsoleted functions fmprb_mat_exp, fmpcb_mat_exp 2014-08-15 15:38:33 +02:00
Fredrik Johansson
24b18ec104 change arb/acb_mat_bound_inf_norm to output a mag_t; tweak arb/acb_mat_exp 2014-08-15 15:16:07 +02:00
Fredrik Johansson
6880e8b223 cleanup acb_get_mag, acb_get_mag_lower 2014-08-15 14:03:42 +02:00
Fredrik Johansson
d3ff8702bd add mag_exp_tail 2014-08-15 13:21:02 +02:00
Fredrik Johansson
19064937f3 add mag_exp 2014-08-14 22:09:50 +02:00
Fredrik Johansson
e0115b8bb9 add mag_pow_fmpz 2014-08-14 01:04:48 +02:00
Fredrik Johansson
128dcd0b8d update documentation; call this 2.2.0 2014-08-01 17:31:46 +02:00
Fredrik Johansson
41cb148d73 add tests and documentation; fix minor bugs 2014-08-01 14:34:31 +02:00
Fredrik Johansson
981f65553e document assumptions about hardware floating-point arithmetic 2014-07-30 18:16:35 +02:00
Fredrik Johansson
fff5f18a96 Merge remote-tracking branch 'origin/master' 2014-07-30 16:59:00 +02:00
Fredrik Johansson
46e15289fb document shallow assign functions 2014-07-30 16:58:38 +02:00
Fredrik Johansson
8eafc47682 doc fix 2014-07-14 14:29:22 +02:00
Fredrik Johansson
6827833cc3 add polylog wrapper functions 2014-07-10 22:23:26 +02:00
Fredrik Johansson
bf187ac623 move some documentation text 2014-07-10 01:52:41 +02:00
Fredrik Johansson
3095ac9614 add polylog_series and document 2014-07-10 01:52:25 +02:00
Fredrik Johansson
5ac4550887 some polylog algorithm documentation 2014-07-07 05:37:28 +02:00
Fredrik Johansson
4cc48bd0a1 generalize powsum to allow a geometric factor 2014-07-05 17:38:02 +02:00
Fredrik Johansson
9c3eab41ba update documentation, call this 2.1.0 2014-06-20 13:43:31 +02:00
Fredrik Johansson
b4f0624d61 minor 2014-06-20 13:09:21 +02:00
Fredrik Johansson
744287bc26 further documentation 2014-06-20 11:36:19 +02:00
Fredrik Johansson
4227921d88 more documentation 2014-06-20 11:10:11 +02:00
Fredrik Johansson
2f4e46e263 document and test more functions 2014-06-20 10:21:21 +02:00
Fredrik Johansson
9a4b57ec91 more documentation and test code 2014-06-20 09:27:47 +02:00
Fredrik Johansson
32763c5a2e update acb module documentation 2014-06-19 19:12:33 +02:00
Fredrik Johansson
d4bc0f1d20 work on documentation 2014-06-19 16:58:52 +02:00
Fredrik Johansson
e7f0fff490 port gamma function power series methods 2014-06-05 00:43:30 +02:00
Fredrik Johansson
1613f6bb68 port rising2 methods 2014-06-04 16:00:51 +02:00
Fredrik Johansson
64aeecd7af add acb rising factorials 2014-06-04 13:36:51 +02:00
Fredrik Johansson
befeb0ec50 add arb_rising_fmpq_ui 2014-06-04 13:02:45 +02:00
Fredrik Johansson
a0b580eda3 add arb rising factorial methods 2014-05-29 18:50:18 +02:00
Fredrik Johansson
ef8de95902 call this 2.0.0 2014-05-27 22:12:48 +02:00
Fredrik Johansson
4df2988515 update documentation 2014-05-27 20:14:09 +02:00
Fredrik Johansson
668b170b91 avoiding wrappers; putting code in the right place 2014-05-26 17:15:00 +02:00
Fredrik Johansson
6dc699d903 documentation update 2014-05-26 14:05:43 +02:00
Fredrik Johansson
f43d0cf43d document some more arf functions 2014-05-19 14:29:26 +02:00
Fredrik Johansson
5b99998396 document and add tests for some more mag functions 2014-05-19 14:11:05 +02:00
Fredrik Johansson
48ddeea5ef more work on ball arithmetic 2014-05-09 16:50:01 +02:00
Fredrik Johansson
decf8ca7e6 document the arf module 2014-05-08 19:35:52 +02:00
Fredrik Johansson
0998aa9821 more code and test code 2014-05-08 14:48:36 +02:00
Fredrik Johansson
e3dd63c937 let this be 1.1.0 2014-05-03 04:59:54 +02:00
Fredrik Johansson
0244fe0e46 Fix evil bug in floating-point arithmetic and strengthen test code.
When rounding up, the error bound sometimes came out as 1/2 ulp instead of 1 ulp due to the mantissa rounding up to the next power of two, without a corresponding exponent correction. Fortunately, this should not affect ball arithmetic (which always rounds down).
2014-04-18 16:19:53 +02:00
Fredrik Johansson
b0a65420ac minor doc tweaks 2014-04-05 12:01:45 +02:00
Fredrik Johansson
f31b7c29f6 use the new fmpz_poly_cos_minpoly in flint instead of elefun_cos_minpoly 2014-03-29 07:42:16 +01:00