Commit graph

160 commits

Author SHA1 Message Date
fredrik
52d937aa6e add arb_fma_si, arb_fma_fmpz 2021-12-19 12:04:03 +01:00
fredrik
7db71cec11 faster code for exact Euler numbers 2021-11-21 20:51:27 +01:00
fredrik
a173c19ddb add arb_primorial_ui, arb_primorial_nth_ui 2021-11-03 22:17:37 +01:00
fredrik
e3a633dcc1 update docs; call this 2.21.1 2021-10-20 11:47:48 +02:00
fredrik
bd68cc0219 update docs; call this 2.21.0 2021-09-25 11:53:01 +02:00
fredrik
52474120ce begin make old gamma functions call new code 2021-09-19 15:07:07 +02:00
fredrik
7748f0230c add arf_fma, arb_fma, arb_fma_ui 2021-07-25 12:41:17 +02:00
fredrik
425ff2730f update docs; call this 2.20.0 2021-07-25 10:29:01 +02:00
fredrik
0917cf7384 rising factorial algorithms extravaganza 2021-07-11 08:06:18 +02:00
fredrik
d49264f251 arb_dot_fmpz and variants 2021-07-02 11:08:00 +02:00
Albin Ahlbäck
f4fe05b8a2 Fix urandom stuff 2021-05-18 22:52:35 +02:00
Albin Ahlbäck
ef6b9f2449 Second review after Fredrik's comments 2021-05-18 01:41:46 +02:00
Albin Ahlbäck
7eab089f7c Revise after Fredrik's comments on uni. dist. rand 2021-05-16 03:22:35 +02:00
Albin Ahlbäck
59bb0b02c2 Add unif. dist. random numbers to header files 2021-05-15 21:00:11 +02:00
fredrik
170be3a16b update docs; call this 2.19.0 2020-12-06 13:42:40 +01:00
Fredrik Johansson
2347c2e13d
Merge pull request #291 from p15-git-acc/csc_pi
add csc_pi for arb_t and acb_t types
2020-09-15 09:41:24 +02:00
fredrik
ae6009e3e1 update docs; call this 2.18.1 2020-06-25 10:49:16 +02:00
fredrik
c72a7ec1e1 define __ARB_VERSION, __ARB_RELEASE etc. in arb.h 2020-06-23 13:52:02 +02:00
fredrik
caf9bb7825 mp_bitcnt_t -> flint_bitcnt_t 2020-06-22 23:48:09 +02:00
Joel Dahne
2bf24a2c73 change long to slong in arb_get_ubound_arf and arb_get_lbound_arf 2020-05-04 11:18:22 +02:00
fredrik
35a554464a add arb_contains_interior, acb_contains_interior 2020-02-19 09:14:06 +01:00
Julian Rüth
57f4739e43
Add serialization arb/arf/mag_load/dump_str/file 2019-10-05 17:56:24 +02:00
p15-git-acc
b15e14d6e7 add csc_pi for arb_t and acb_t types 2019-08-16 15:56:47 -05:00
fredrik
b17506e22d add rel_one_accuracy_bits methods; improvement to precision handling for hypgeom_m 2019-02-22 13:28:03 +01:00
fredrik
81c481b526 add arb_sgn_nonzero 2019-02-12 09:22:08 +01:00
fredrik
242fa2e4c0 header file cleanup (de-inlining, etc) 2019-01-18 15:34:54 +01:00
fredrik
2d9a6dd54d remove obsolete and unused function _arb_vec_dot 2018-09-15 09:17:45 +09:00
fredrik
7c98883478 approximate dot product and matrix multiplication 2018-09-07 18:04:30 +02:00
fredrik
689d13c64d fast arb dot product 2018-08-18 21:39:36 +02:00
fredrik
eb4d77d9c9 improve arb_sin_cos/arb_sin/arb_cos for wide intervals; also add arb_zero_pm_one and arb_unit_interval 2018-07-19 13:41:13 -04:00
fredrik
73a8d86da8 add arb_log_hypot and improve acb_log for wide intervals 2018-02-21 19:03:26 +01:00
fredrik
b8e9c6c3c4 add missing declaration for arb_bell_ui (#206) 2018-02-09 21:45:10 +01:00
Fredrik Johansson
0efe9b3e1d add arb_set_interval_mag, arb_set_interval_neg_pos_mag 2017-12-28 21:52:24 +01:00
Fredrik Johansson
126f81264c fix incorrect rounding in arb_get_abs_lbound_arf (issue #199) 2017-12-12 20:27:59 +01:00
Fredrik Johansson
a0ce21c37c more trig functions (sec, csc, sech, csch) 2017-11-13 01:59:40 +01:00
Fredrik Johansson
d3e395f4f4 speed up arb_exp() between 4600 and 19000 bits 2017-09-06 16:45:56 +02:00
Fredrik Johansson
fcd3d3bf12 sin, cos: replace mpfr with faster custom implementation of the bit-burst algorithm at very high precision 2017-09-04 04:43:07 +02:00
Fredrik Johansson
82fff1db45 use generic arb version of rs algorithm instead of mpfr to speed up sin/cos at 4600 to 90000 bits; also always use arb's pi for argument reduction 2017-09-03 01:30:13 +02:00
Fredrik Johansson
de0349a885 add arb_sinc_pi, acb_sinc_pi 2017-06-20 09:44:25 +02:00
Fredrik Johansson
0fd1e0b833 some improvements to acb_lambertw; make arb_nonnegative_part public 2017-03-23 00:44:49 +01:00
Fredrik Johansson
b30933ace9 add the Lambert W function (arb_lambertw) 2017-03-08 15:01:42 +01:00
Fredrik Johansson
5e03e24a2f de-inline more arb methods 2017-02-26 19:08:38 +01:00
Fredrik Johansson
0be7de5ec4 de-inline some more arb and acb methods 2017-02-26 18:18:56 +01:00
Fredrik Johansson
067831e0e2 de-inline arb_mul_2exp_si 2017-02-26 17:50:24 +01:00
Fredrik Johansson
8f9f343127 add arb_is_int_2exp_si and acb_is_int_2exp_si 2017-02-14 14:31:48 +01:00
Isuru Fernando
d6f9129951 Add support for dll 2016-11-06 23:37:40 +05:30
Fredrik Johansson
84a49ff8fd add methods to count allocated bytes; restrict memory usage in zeta sum sieving 2016-10-19 17:58:37 +02:00
Fredrik Johansson
6316497cf5 de-inline clear() methods -> 8% faster compile, 25% smaller libarb.so 2016-07-05 00:26:55 +02:00
Fredrik Johansson
ecb70e7476 update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
Ricky E. Farr
9bb4a234de Fix small issue with previous commit 2016-04-20 06:28:07 -04:00