Fredrik Johansson
|
a99642f826
|
update benchmark with MPIR reinstalled
|
2016-02-14 21:24:28 +01:00 |
|
Fredrik Johansson
|
0ac0049a6e
|
rm fixed comment
|
2016-02-14 18:19:02 +01:00 |
|
Fredrik Johansson
|
fbe57c6b43
|
u_asymp: estimate error more accurately when selecting n, and handle terminating cases better when R = 0
|
2016-02-14 18:15:14 +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
|
d53d45cbdc
|
ENH: improved error bounds for acb_mat_exp
|
2016-01-28 14:36:42 -05:00 |
|
Fredrik Johansson
|
59392c9afb
|
Merge pull request #84 from thofma/arbbounds
arb_get_ubound/lbound_arf
|
2016-01-28 20:22:39 +01:00 |
|
alex
|
32625cfc4f
|
MAINT: treat exp aliasing more carefully
|
2016-01-28 13:24:12 -05:00 |
|
alex
|
bce2aca769
|
ENH: special-case exp of diagonal matrices
|
2016-01-28 12:43:27 -05:00 |
|
Tommy Hofmann
|
2794f9ee27
|
Fix rounding modes
|
2016-01-28 16:35:50 +01: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 |
|
alex
|
9d34897ff2
|
ENH: improved structured matrix exp bounds
|
2016-01-27 20:29:26 -05:00 |
|
Fredrik Johansson
|
a1e54756a1
|
add an extra overflow check
|
2016-01-24 15:13:18 +01:00 |
|
Fredrik Johansson
|
6d18eb53ed
|
add functions for evaluating Bernoulli polynomials
|
2016-01-24 15:05:21 +01:00 |
|
Fredrik Johansson
|
34b3bf7acf
|
add functions for evaluating Bernoulli polynomials
|
2016-01-24 15:04:57 +01:00 |
|
Fredrik Johansson
|
e21345e2c6
|
handle z = 1 in polylog
|
2016-01-21 15:35:46 +01:00 |
|
Fredrik Johansson
|
a708c9a97c
|
create link to libarb.major to fix make check on some systems (patch by Andreas Enge)
|
2016-01-21 11:15:28 +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
|
7002d5ae12
|
try to approximate relative instead of absolute tolerance in Hurwitz zeta for large positive s
|
2016-01-14 18:49:56 +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 |
|
Fredrik Johansson
|
a56039fc7a
|
Update README.md
|
2016-01-07 14:29:35 +01:00 |
|
Fredrik Johansson
|
f70440b434
|
Merge pull request #81 from argriffing/add-fprint
ENH: add fprint
|
2016-01-02 00:14:57 +01:00 |
|
alex
|
aef5f68625
|
DOC: more carefully preserve authorship info
|
2016-01-01 17:25:30 -05:00 |
|
alex
|
c7ef0f64ac
|
MAINT: print(...) is now implemented like fprint(stdout, ...)
|
2016-01-01 17:18:55 -05: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 |
|
Fredrik Johansson
|
97b6a5583a
|
Merge pull request #78 from jdemeyer/mpn_mul_vars
Use variable names which do not conflict with FLINT
|
2015-12-28 20:16:00 +01:00 |
|
Jeroen Demeyer
|
a4c5930721
|
Use variable names which do not conflict with FLINT
|
2015-12-28 19:42:56 +01:00 |
|
Fredrik Johansson
|
7e64c5237f
|
Merge pull request #76 from argriffing/slong-cast
MAINT: explicit cast to avoid comparing signed vs. unsigned
|
2015-12-27 14:48:39 +01:00 |
|
alex
|
8e0c143d3c
|
MAINT: explicit cast to avoid comparing signed vs. unsigned
|
2015-12-26 17:19:22 -05:00 |
|
Fredrik Johansson
|
6faf488f7b
|
arb_asinh: use more accurate formula for x < 0
|
2015-12-14 02:10:20 +01:00 |
|
Fredrik Johansson
|
f1475df2a3
|
fix a memory leak in the test code
|
2015-12-13 21:26:41 +01:00 |
|
Fredrik Johansson
|
25a7e4ab65
|
Merge pull request #75 from argriffing/add-arb-sinc
ENH: add sinc
|
2015-12-13 21:11:53 +01:00 |
|
alex
|
b5ea5e9d3c
|
MAINT: sinc: remove unnecessary variables and the rgamma test
|
2015-12-13 12:17:08 -05:00 |
|
alex
|
4e13f1ace9
|
MAINT: remove 0F1 sinc implementation and add sinc aliasing test
|
2015-12-12 22:11:09 -05:00 |
|
Fredrik Johansson
|
78d55425b6
|
Merge pull request #73 from argriffing/redundant-decls
MAINT: redundant function declarations
|
2015-12-13 01:24:42 +01:00 |
|