Commit graph

964 commits

Author SHA1 Message Date
Fredrik Johansson
e80198f82d acb_poly_validate_real_roots 2015-10-07 14:44:47 +02:00
Fredrik Johansson
c28f77459e erf: fix precision bug resulting in +/-inf for huge imaginary input 2015-10-05 02:51:27 +02:00
Fredrik Johansson
304399338a arf_get_d: correct under/overflow, and allow round-to-nearest 2015-10-02 11:29:43 +02:00
Tommy Hofmann
6ba38a77c4 use EXTRA_SHARED_FLAGS 2015-10-02 10:00:36 +02:00
Fredrik Johansson
1c91601241 add more useful methods 2015-10-02 09:46:02 +02:00
Tommy Hofmann
8a194e406b add transpose and round of fmpz_mat 2015-10-02 09:08:17 +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
5b5a0c094d add arb_get_mid_arb / arb_get_rad_arb 2015-09-24 00:03:26 +02:00
Fredrik Johansson
f529b48fc5 un-inline two functions in the bernoulli module 2015-09-23 15:03:50 +02:00
Fredrik Johansson
a8ae64e5e1 improve add_error functions, and test them 2015-09-21 02:51:52 +02:00
Fredrik Johansson
8ca553989d fix configure to allow relative paths 2015-09-20 21:55:23 +02:00
Fredrik Johansson
d7ac5c66a2 arb_set_interval_arf: [inf,inf] -> inf 2015-09-18 16:53:10 +02:00
Fredrik Johansson
bf5887e871 add mag_geom_series 2015-09-17 12:51:02 +02:00
Fredrik Johansson
118131d3c0 patch by Julien Puydt: remove reference to Conway polynomials from configure 2015-09-16 14:10:52 +02:00
Fredrik Johansson
bdb0919002 implement Hilbert class polynomial generation 2015-09-11 15:39:29 +02:00
Fredrik Johansson
41b94f00cb complex sqrt(finite) -> finite 2015-08-26 13:43:50 +02:00
Fredrik Johansson
750ce765de fix more errors in the documentation (thanks Marc Mezzarobba) 2015-08-24 16:34:27 +02:00
Fredrik Johansson
a44e95375a fix acb_set_si_si 2015-08-23 12:59:52 +02:00
Fredrik Johansson
d595dae63e 0 ^ positive = 0 instead of nan 2015-08-23 12:57:06 +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
21326c23be Remove init_set Macros 2015-08-16 23:16:06 -04: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
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
ricky.e.farr@gmail.com
3d0dcbadc2 Add some arb_init_set functions 2015-08-11 03:57:27 -04:00
ricky.e.farr@gmail.com
a9ad0d5d07 fixed radius to zero for arb_set_d 2015-08-10 06:27:46 -04:00
ricky.e.farr@gmail.com
36828c6131 set arb_set_d 2015-08-10 04:55:51 -04:00
Fredrik Johansson
4ed39430ad add code for Bell numbers 2015-08-06 04:05:46 +02:00
Fredrik Johansson
50effd0884 fix bug in arb_exp affecting convergence for huge input 2015-08-06 03:08:38 +02:00
Fredrik Johansson
38a116157f add arb_power_sum_vec 2015-08-04 12:22:38 +02:00
Fredrik Johansson
a38bc984f8 Merge pull request #44 from akobel/master
correct argument order in the documentation of arb_abs...
2015-07-25 20:57:25 +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
bd446004c7 Merge pull request #43 from akobel/master
fix two compiler warnings
2015-07-21 14:18:24 +02:00
Alexander Kobel
fda6608900 comment out superfluous precondition check for unsigned M < 0
(avoid compiler warning)
2015-07-21 14:05:11 +02:00
Alexander Kobel
7e7f47d734 remove ab variable in _arb_compute_bs_exponents
to avoid compiler warnings; self-assignment ab = ab used to give
a warning in clang
2015-07-21 14:04:34 +02:00
Fredrik Johansson
d9cbf6ecd5 remove config.h -- flint's config.h should be used 2015-07-15 16:36:53 +02:00
Fredrik Johansson
e4113ef4da call this 2.7.0; update documentation 2015-07-14 15:59:03 +02:00
Fredrik Johansson
dcaef9699c enable fast multipoint evaluation when p, q = 3 2015-07-14 15:34:41 +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
d7519e76ff zeta_series: realify error bound 2015-07-13 14:07:32 +02:00