Commit graph

1126 commits

Author SHA1 Message Date
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
alex
9868d055b8 MAINT: use existing convenience functions 2015-12-12 18:04:33 -05:00
alex
6a49946e2d ENH: add sinc 2015-12-12 16:04:14 -05:00
alex
bbd18e3455 MAINT: redundant function declarations 2015-12-10 11:18:14 -05:00
Fredrik Johansson
08fac0a752 Merge pull request #67 from argriffing/add-trace
ENH: add trace
2015-11-29 00:05:31 +01: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
Fredrik Johansson
7c5e51e8b0 Merge pull request #66 from argriffing/test-acb-matrix-identities
TST: more thorough testing of complex matrix multiplication
2015-11-28 03:35:24 +01:00
alex
14e9ecfb89 TST: more thorough testing of complex matrix multiplication 2015-11-27 20:53:27 -05:00
alex
40818f686f ENH: acb_mat_sqr 2015-11-24 11:19:53 -05:00
Fredrik Johansson
0b34bcd8ec Merge pull request #61 from argriffing/fix-typo
DOC: typo
2015-11-24 02:14:42 +01: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
44b6137cab typo 2015-11-23 15:35:07 +01: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
19769217a0 Merge remote-tracking branch 'origin/master' 2015-11-23 14:49:18 +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
0dd4f82cd9 Update and rename README to README.md 2015-11-22 21:21:10 +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
c74fa112d1 Merge pull request #60 from argriffing/flint-compat-gcd
MAINT: use n_gcd_full for FLINT 2.4 compatibility
2015-11-21 21:31:16 +01:00
alex
967fa815ae MAINT: use n_gcd_full for FLINT 2.4 compatibility 2015-11-21 15:10:32 -05:00
Fredrik Johansson
dd3bf52d47 clarify that error bound depends on z 2015-11-21 01:38:06 +01:00
Fredrik Johansson
ded99c6f56 Merge pull request #58 from wbhart/patch-3
Correct order for linker line.
2015-11-20 20:50:06 +01:00
wbhart
e3961673ac Correct order for linker line.
After some testing we have found that this is the good order for things when linking.
2015-11-20 20:45:32 +01:00
Fredrik Johansson
ce6200c546 Merge pull request #57 from wbhart/patch-2
Put LDFLAGS and LIBS2 in same order as in Flint.
2015-11-19 21:10:55 +01:00
wbhart
9b407322aa Put LDFLAGS and LIBS2 in same order as in Flint.
It seems the order of LDFLAGS and LIBS2 may be critical.
2015-11-19 20:58:48 +01:00
Fredrik Johansson
d6e40e461b Merge pull request #56 from wbhart/patch-1
Support LDFLAGS.
2015-11-19 20:20:32 +01:00
wbhart
155d5c896c Support LDFLAGS.
This fix is required for Nemo to use Arb correctly.
2015-11-19 20:07:30 +01:00
Fredrik Johansson
34f4f1c3ed update info for real_roots in the documentation 2015-11-19 13:16:57 +01:00
Fredrik Johansson
f91644cb68 add airy functions to real_roots 2015-11-19 13:09:27 +01:00
Fredrik Johansson
9eed54684c initial code for Airy functions 2015-11-19 11:10:22 +01:00
Fredrik Johansson
f3beae93aa fix two minor bugs related to parameter selection in hypergeometric series 2015-11-19 11:09:51 +01:00
William Hart
b2fdb96ac1 Include stdint.h on MinGW64. 2015-11-10 14:37:05 +00:00
William Hart
81d2ec0c2c mpfr_set_si_2exp -> mpfr_set_sj_2exp. 2015-11-10 14:18:40 +00:00