Commit graph

1349 commits

Author SHA1 Message Date
Fredrik Johansson
f33e51ff93 remove unused code chunk 2016-04-15 16:20:01 +02:00
Fredrik Johansson
ce31cfdc05 arf_neg_round supports ARF_RND_NEAR; add test code 2016-04-15 15:39:35 +02:00
Fredrik Johansson
13fe3d64a2 Merge remote-tracking branch 'origin/master' 2016-04-15 15:27:56 +02:00
Fredrik Johansson
16f6ebd87b support ARF_RND_NEAR in arf_mul_* methods 2016-04-15 15:27:34 +02:00
Fredrik Johansson
bbdf4f9c52 move handling of ARF_RND_NEAR to _arf_set_round_mpn 2016-04-15 15:11:08 +02:00
Fredrik Johansson
bdd377b26d travis icon 2016-04-11 14:31:14 +02:00
Fredrik Johansson
75b1f3e534 Merge remote-tracking branch 'origin/master' 2016-04-11 13:59:49 +02:00
Fredrik Johansson
feb6312b2f remove unused internal function 2016-04-11 13:59:35 +02:00
Fredrik Johansson
7d6fcf0fad Merge pull request #129 from isuruf/ci
Travis CI
2016-04-11 13:39:37 +02:00
Isuru Fernando
2ec45a4ee4 travis: arb_test_multiplier=0.1 for osx 2016-04-11 11:40:02 +05:30
Fredrik Johansson
8297c82625 make test code for arb_sinc less likely to produce spurious failures 2016-04-10 23:55:04 +02:00
Fredrik Johansson
cc5f973216 make test code for arb_log less likely to produce spurious failures 2016-04-10 23:54:52 +02:00
Fredrik Johansson
3286690aa1 fix a very rare but serious bug: mag_addmul(x,x,x) with x = 0.1111...1111 -> non-normalized mag_t value 2016-04-10 23:54:20 +02:00
Fredrik Johansson
6442bd8372 add aliasing tests for some mag functions 2016-04-10 23:53:59 +02:00
Fredrik Johansson
b4ebc87a1d use arb_test_multiplier to control number of test iterations 2016-04-10 17:24:58 +02:00
Isuru Fernando
12d77032f0 Travis CI 2016-04-10 19:06:34 +05:30
Fredrik Johansson
508583b0f8 Merge pull request #127 from argriffing/interval-frobenius-norm
add interval frobenius norm
2016-04-06 22:34:05 +02:00
alex
d283023245 TST: remove frobenius norm tests from the matrix trace test files 2016-04-06 13:43:53 -04:00
alex
3e3127d436 TST: add frobenius norm test files 2016-04-06 13:39:59 -04:00
alex
9244c07d67 ENH: compute frobenius norm interval 2016-04-06 12:25:57 -04:00
alex
eb9573c61c MAINT: fro -> frobenius 2016-04-06 11:32:51 -04:00
Fredrik Johansson
ef00303e2e Merge pull request #126 from argriffing/frobenius-norm
ENH: frobenius norm
2016-04-06 01:13:37 +02:00
alex
2f0ec37027 ENH: frobenius norm 2016-04-05 18:47:36 -04:00
Fredrik Johansson
8549def010 Merge pull request #125 from argriffing/arb-min-max
ENH: arb min and max
2016-04-05 21:19:48 +02:00
Fredrik Johansson
22928dc878 Merge pull request #123 from argriffing/remove-arb-vec-norm
MAINT: remove _arb_vec_norm which did not actually compute a norm
2016-04-05 21:15:16 +02:00
alex
8f4a7aa797 ENH: arb min and max 2016-04-01 20:28:29 -04:00
alex
4a5e1c9e78 MAINT: remove _arb_vec_norm which did not actuallly compute a norm 2016-03-31 12:16:31 -04:00
Fredrik Johansson
7759e89a79 speed up some unnecessarily slow tests 2016-03-31 02:02:22 +02:00
Fredrik Johansson
03add27ec1 fix t-exp_arf_bb for 32-bit mpfr exponents on 64-bit systems 2016-03-30 13:52:27 +02:00
Fredrik Johansson
bf513e653f move the exponent test to a different place 2016-03-29 20:11:16 +02:00
Fredrik Johansson
75d6f84270 fix (?) for mpfr exponents having 32 bits on 64-bit Windows 2016-03-29 19:23:02 +02:00
Fredrik Johansson
27bf215cfe fix two doc typos 2016-03-29 19:09:30 +02:00
Fredrik Johansson
5c5235dc0f fix a typo 2016-03-24 22:34:28 +01:00
Fredrik Johansson
581e0c28a3 test and document mag_get_d 2016-03-21 21:41:48 +01:00
Fredrik Johansson
065c1bd260 avoid a few more square roots of pi 2016-03-20 21:15:28 +01:00
Fredrik Johansson
2ba3e36dbd avoid another square root, and fix formula in the documentation 2016-03-19 14:39:05 +01:00
Fredrik Johansson
8dfba32d8c small optimization of erf: avoid real square root 2016-03-19 13:28:54 +01:00
Fredrik Johansson
f2a0b65f35 clarify unsafety of ARF_PREC_EXACT 2016-03-18 15:05:59 +01:00
Fredrik Johansson
5ca2c97d15 Fresnel integrals of power series 2016-03-17 17:21:55 +01:00
Fredrik Johansson
5e4161fd3d add fresnel integrals to complex_plot.c 2016-03-16 21:12:46 +01:00
Fredrik Johansson
c308e85329 erf_asymp: evaluate at midpoint when the input is small 2016-03-16 21:12:24 +01:00
Fredrik Johansson
4e305ebdaa fresnel integrals: use high precision code for bounds when the input is large 2016-03-16 21:11:21 +01:00
Fredrik Johansson
e357fa38e2 in one case, airy_bound accidentally chose the worst formula instead of the best, always giving inf near arg(z) = pi/3 2016-03-16 01:21:56 +01:00
Fredrik Johansson
d6097d77d7 add Fresnel integrals 2016-03-15 16:47:02 +01:00
Fredrik Johansson
253bc2a709 add comment for helper function 2016-03-15 14:31:17 +01:00
Fredrik Johansson
2ce31966e9 Merge pull request #120 from argriffing/enh-arb-intersection
ENH: arb_intersection
2016-03-15 14:16:30 +01:00
alex
7c6c598708 TST: use random precision 2016-03-14 18:01:06 -04:00
alex
85cb19366a ENH: arb_intersection 2016-03-14 13:05:59 -04:00
Fredrik Johansson
c7ea34ed71 avoid cancellation in erfc 2016-03-14 16:24:16 +01:00
Fredrik Johansson
d0a2c0cb0d compute erf without cancellation problems for complex z 2016-03-14 13:17:56 +01:00