.. |
test
|
remove most of the old (arb 1.x) modules
|
2014-08-19 01:26:52 +02:00 |
add.c
|
further cleanup
|
2012-09-20 15:51:49 +02:00 |
add_error.c
|
fix fmprb_exp to support huge exponents; add fmprb_expm1
|
2013-03-24 18:46:04 +01:00 |
addmul.c
|
more functions, and first version of ball arithmetic
|
2012-09-01 23:32:52 +02:00 |
agm.c
|
more documentation about special values, and some fixes
|
2013-08-06 16:32:37 +02:00 |
const_e.c
|
add const_e, const_log2, const_catalan
|
2013-03-04 12:55:54 +01:00 |
const_log2.c
|
add const_e, const_log2, const_catalan
|
2013-03-04 12:55:54 +01:00 |
const_log10.c
|
add fmprb_const_log10
|
2013-03-04 16:24:27 +01:00 |
const_log_sqrt2pi.c
|
switch to a macro for caching constants
|
2012-09-20 12:25:41 +02:00 |
const_pi.c
|
switch to a macro for caching constants
|
2012-09-20 12:25:41 +02:00 |
const_pi_chudnovsky.c
|
slightly speed up pi computation
|
2013-06-09 16:34:53 +02:00 |
const_sqrt_pi.c
|
add fmprb_const_sqrt_pi
|
2013-03-01 13:49:16 +01:00 |
contains.c
|
more work on well-defining and testing special values
|
2013-08-06 17:20:21 +02:00 |
contains_fmpq.c
|
containment testing and some polynomial test code
|
2012-09-04 17:47:02 +02:00 |
contains_fmpr.c
|
more work on well-defining and testing special values
|
2013-08-06 17:20:21 +02:00 |
contains_fmpz.c
|
containment testing and some polynomial test code
|
2012-09-04 17:47:02 +02:00 |
contains_mpfr.c
|
add some fmprb test code, and fix a couple of bugs
|
2012-09-10 12:27:32 +02:00 |
contains_si.c
|
add fmprb_calc_isolate_roots: real analytic root isolation
|
2013-09-26 11:46:05 +02:00 |
contains_zero.c
|
add cmpabs, fix bugs, and simplify division error bounding
|
2012-09-14 12:38:43 +02:00 |
div.c
|
tweak mul/div/rsqrt with infinite radius input
|
2013-07-15 14:04:14 +02:00 |
div_2expm1.c
|
more documentation about special values, and some fixes
|
2013-08-06 16:32:37 +02:00 |
exp.c
|
new exp bit-burst implementation
|
2014-02-23 17:55:53 +01:00 |
get_interval_fmpz_2exp.c
|
more code to support test writing
|
2012-09-10 17:07:41 +02:00 |
get_rand_fmpq.c
|
code for generating random test rationals
|
2012-09-10 17:13:50 +02:00 |
get_unique_fmpz.c
|
get rid of some more exprefs
|
2013-09-18 17:31:12 +01:00 |
hypot.c
|
add fmprb_hypot
|
2013-03-22 12:34:57 +01:00 |
log.c
|
add fmpr_is_int; remove some explicit manref/expref access
|
2013-09-18 17:08:54 +01:00 |
mul.c
|
add fmpz_extras module to collect fmpz helper functions
|
2013-02-17 17:58:15 +01:00 |
mul_naive.c
|
more documentation about special values, and some fixes
|
2013-08-06 16:32:37 +02:00 |
overlaps.c
|
improve contains/overlaps to (hopefully) work with huge exponents; add some test code
|
2013-03-14 16:29:04 +01:00 |
pow.c
|
cleanup some powering code
|
2013-09-19 00:30:04 +01:00 |
pow_fmpq.c
|
some more work on fmprb_pow and friends
|
2013-03-26 11:41:12 +01:00 |
pow_fmpz.c
|
some more work on fmprb_pow and friends
|
2013-03-26 11:41:12 +01:00 |
pow_fmpz_binexp.c
|
add fmprb_inv and replace uses of fmprb_ui_div
|
2013-11-12 15:25:50 +01:00 |
randtest.c
|
more documentation about special values, and some fixes
|
2013-08-06 16:32:37 +02:00 |
root.c
|
more documentation about special values, and some fixes
|
2013-08-06 16:32:37 +02:00 |
rsqrt.c
|
tweak mul/div/rsqrt with infinite radius input
|
2013-07-15 14:04:14 +02:00 |
set_interval_fmpr.c
|
more documentation about special values, and some fixes
|
2013-08-06 16:32:37 +02:00 |
set_round.c
|
add some fmprb test code, and fix a couple of bugs
|
2012-09-10 12:27:32 +02:00 |
sqrt.c
|
add reciprocal square root functions (fmpr_rsqrt, fmprb_rsqrt, fmprb_rsqrt)
|
2013-06-09 16:20:44 +02:00 |
sqrtpos.c
|
fix fmprb_sqrtpos with nonfinite input
|
2013-09-27 17:51:09 +02:00 |
sub.c
|
code for gamma and zeta(n); some bugfixes
|
2012-09-02 06:09:40 +02:00 |
submul.c
|
more functions, and first version of ball arithmetic
|
2012-09-01 23:32:52 +02:00 |
trim.c
|
add fmprb_trim, fmpcb_trim
|
2013-08-18 15:18:29 +02:00 |
union.c
|
more documentation about special values, and some fixes
|
2013-08-06 16:32:37 +02:00 |