Commit graph

564 commits

Author SHA1 Message Date
Fredrik Johansson
28d78c7c43 add arb_sgn (sign function) 2016-02-17 21:32:39 +01:00
Fredrik Johansson
02cfaa369c update docs 2016-02-16 17:12:04 +01:00
Fredrik Johansson
6e2fb6b5d1 Euler product for integer s and real characters (small modulus) 2016-02-16 02:55:12 +01:00
Fredrik Johansson
5804a8a947 acb_dirichlet: start of a module for Dirichlet L-functions (etc.) 2016-02-15 16:33:06 +01:00
Fredrik Johansson
b3372fb39e fix a typo in the docs for u_asymp 2016-02-14 17:54:45 +01:00
Fredrik Johansson
ff3415a8bf add arb_log_base_ui 2016-02-03 18:26:40 +01:00
Fredrik Johansson
eb03690476 Merge pull request #83 from argriffing/tighten-matrix-exp
ENH: improved structured matrix exp bounds
2016-01-28 20:40:13 +01:00
alex
bce2aca769 ENH: special-case exp of diagonal matrices 2016-01-28 12:43:27 -05:00
Tommy Hofmann
18348786f4 Fix doc 2016-01-28 14:18:11 +01:00
Tommy Hofmann
32b2fc5e95 Merge remote-tracking branch 'origin/master' into arbbounds
Conflicts:
	arb.h
2016-01-28 14:16:36 +01:00
Tommy Hofmann
6317264503 Add arb_get_ubound/lbound_arf 2016-01-28 14:14:31 +01:00
Fredrik Johansson
34b3bf7acf add functions for evaluating Bernoulli polynomials 2016-01-24 15:04:57 +01:00
Fredrik Johansson
94f411cec5 add arb_can_round_mpfr 2016-01-20 18:06:57 +01:00
Fredrik Johansson
d04a8705a2 implement convolution-based Taylor shift 2016-01-19 14:17:33 +01:00
Fredrik Johansson
ebd0d9ce64 implement fast Taylor shift and use in special-form polynomial composition 2016-01-18 14:38:21 +01:00
Fredrik Johansson
4033d51c42 add arb_equal_si and acb_equal_si 2016-01-18 14:37:59 +01:00
Fredrik Johansson
261274cfac fix for last 2016-01-13 17:55:31 +01:00
Fredrik Johansson
a768e75620 add mag_hurwitz_zeta_uiui 2016-01-13 15:38:44 +01:00
Fredrik Johansson
118de12f7a add complex sinc function 2016-01-07 18:21:26 +01:00
Fredrik Johansson
9d5cca3a7c tag this as 2.8.1 2016-01-07 18:16:09 +01:00
alex
420a42f544 MAINT: do not add new features to deprecated modules 2016-01-01 15:50:16 -05:00
alex
020433d0dc ENH: add fprint 2015-12-31 19:06:07 -05:00
Fredrik Johansson
4161094ac2 fix test failures for Laguerre function: be more careful with infinities, and make the function undefined for negative integer n so as to be consistent with the test recurrence relation 2015-12-31 01:14:56 +01:00
Fredrik Johansson
8bcaced225 update docs; call this 2.8.0 2015-12-29 17:47:22 +01:00
Fredrik Johansson
72075160cf rename arb_fac2_ui -> arb_doublefac_ui (more descriptive) 2015-12-29 17:22:57 +01:00
Fredrik Johansson
99d77ab215 fix sinc latex 2015-12-28 22:48:48 +01:00
Fredrik Johansson
5063a0a668 update credits 2015-12-28 22:46:14 +01:00
alex
6a49946e2d ENH: add sinc 2015-12-12 16:04:14 -05:00
alex
98c3e3a0d6 ENH: add trace 2015-11-28 16:12:33 -05:00
Fredrik Johansson
d9eb026ae0 allow computing Bessel J and Y simultaneously 2015-11-28 05:12:44 +01:00
Fredrik Johansson
57c1a7fed8 Merge pull request #62 from argriffing/add-arb-mat-sqr
ENH: arb_mat_sqr
2015-11-28 03:51:06 +01:00
alex
40818f686f ENH: acb_mat_sqr 2015-11-24 11:19:53 -05:00
alex
d89932df1c ENH: arb_mat_sqr 2015-11-23 18:31:33 -05:00
alex
4574b1874f DOC: typo 2015-11-23 11:14:14 -05:00
Fredrik Johansson
a9b8590a09 add acb_quadratic_roots_fmpz 2015-11-23 15:34:28 +01:00
Fredrik Johansson
a4a52ff95d add acb_root_ui 2015-11-23 15:09:10 +01:00
Fredrik Johansson
41758f8c55 rename arb_root -> arb_root_ui for consistency (but keep alias) 2015-11-23 14:49:00 +01:00
Fredrik Johansson
befc11cc95 add complex_plot example program 2015-11-22 19:20:16 +01:00
Fredrik Johansson
3f7bff58f3 fix typo 2015-11-22 17:52:26 +01:00
Fredrik Johansson
dd3bf52d47 clarify that error bound depends on z 2015-11-21 01:38:06 +01:00
Fredrik Johansson
34f4f1c3ed update info for real_roots in the documentation 2015-11-19 13:16:57 +01:00
Fredrik Johansson
9eed54684c initial code for Airy functions 2015-11-19 11:10:22 +01:00
William Hart
55c2827539 printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
William Hart
3a581fe158 long -> slong partitions.rst. 2015-11-06 11:53:06 +00:00
William Hart
5fedbb9a97 long -> slong mag.rst. 2015-11-06 11:51:57 +00:00
William Hart
74fd8210c4 long -> slong hypgeom.rst. 2015-11-06 11:51:09 +00:00
William Hart
84c182ba81 long -> slong fmpr.rst. 2015-11-06 11:50:56 +00:00
William Hart
02334e7fc6 long -> slong fmprb.rst. 2015-11-06 11:48:20 +00:00
William Hart
feed22e5da long -> slong bernoulli.rst. 2015-11-06 11:46:24 +00:00
William Hart
f5146c2a5d long -> slong arf.rst. 2015-11-06 11:45:33 +00:00