.. |
test
|
improve contains/overlaps to (hopefully) work with huge exponents; add some test code
|
2013-03-14 16:29:04 +01:00 |
add.c
|
further cleanup
|
2012-09-20 15:51:49 +02:00 |
add_error.c
|
some refactoring
|
2012-09-20 12:00:13 +02:00 |
addmul.c
|
more functions, and first version of ball arithmetic
|
2012-09-01 23:32:52 +02:00 |
agm.c
|
add fmprb_agm
|
2013-02-28 15:29:19 +01:00 |
atan.c
|
add cos, sin, atan
|
2012-09-25 13:11:23 +02:00 |
atan2.c
|
add fmprb_atan2 with test code; use for and fix bug in fmpcb_arg
|
2013-02-19 11:17:21 +01:00 |
bin.c
|
add code for computing binomial coefficients
|
2012-09-03 11:49:25 +02:00 |
const_catalan.c
|
add const_e, const_log2, const_catalan
|
2013-03-04 12:55:54 +01: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
|
move hypgeom code to its own module, +improvements and docs
|
2013-01-23 15:54:38 +01:00 |
const_sqrt_pi.c
|
add fmprb_const_sqrt_pi
|
2013-03-01 13:49:16 +01:00 |
contains.c
|
improve contains/overlaps to (hopefully) work with huge exponents; add some test code
|
2013-03-14 16:29:04 +01:00 |
contains_fmpq.c
|
containment testing and some polynomial test code
|
2012-09-04 17:47:02 +02:00 |
contains_fmpr.c
|
improve contains/overlaps to (hopefully) work with huge exponents; add some test code
|
2013-03-14 16:29:04 +01: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_zero.c
|
add cmpabs, fix bugs, and simplify division error bounding
|
2012-09-14 12:38:43 +02:00 |
digamma.c
|
add real digamma function
|
2013-03-04 01:24:50 +01:00 |
div.c
|
add cmpabs, fix bugs, and simplify division error bounding
|
2012-09-14 12:38:43 +02:00 |
div_2expm1.c
|
fix accuracy problem in div_2expm1, and add test code
|
2013-02-01 16:15:02 +01:00 |
exp.c
|
exp and log
|
2012-09-07 12:19:27 +02:00 |
fac.c
|
fix some precision issues
|
2012-09-06 15:50:20 +02:00 |
fib.c
|
fix some precision issues
|
2012-09-06 15:50:20 +02:00 |
gamma.c
|
work to support the digamma function
|
2013-03-04 00:55:36 +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
|
add fmprb_get_unique_fmpz
|
2012-12-18 11:36:54 +01:00 |
log.c
|
improve fmprb_log (slight speedup, detect powers of two, support large exponents)
|
2013-03-04 15:39:32 +01:00 |
Makefile
|
more functions, and first version of ball arithmetic
|
2012-09-01 23:32:52 +02:00 |
mul.c
|
add fmpz_extras module to collect fmpz helper functions
|
2013-02-17 17:58:15 +01:00 |
mul_naive.c
|
low-level fmprb_mul
|
2013-01-10 19:19:18 +01: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
|
improve pow with e = 1/2
|
2012-09-17 00:06:03 +02:00 |
randtest.c
|
refine fmprb test functions; add gamma/rgamma/lgamma with test code
|
2012-12-22 21:29:11 +01:00 |
rising_ui.c
|
faster high-precision rising factorials; reorg
|
2013-02-27 14:51:03 +01:00 |
root.c
|
add fmpr_root, fmprb_root (placeholder code)
|
2013-02-28 14:32:59 +01:00 |
set_interval_fmpr.c
|
add fmprb_set_interval_fmpr, fmprb_union
|
2013-02-28 15:13:21 +01:00 |
set_round.c
|
add some fmprb test code, and fix a couple of bugs
|
2012-09-10 12:27:32 +02:00 |
sin_cos.c
|
add sinh, cosh, and improve sin_cos
|
2012-11-16 13:26:56 +01:00 |
sin_cos_pi.c
|
add fmprb_sin_pi, fmprb_cos_pi, fmprb_sin_cos_pi
|
2013-02-19 18:41:13 +01:00 |
sin_cos_pi_fmpq.c
|
faster high-precision cos(pi*p/q), sin(pi*p/q) using algebraic formulas and polynomial root-finding
|
2013-02-25 17:13:07 +01:00 |
sin_cos_pi_fmpq_algebraic.c
|
move zeta function implementation code to separate module (wip)
|
2013-02-28 17:24:50 +01:00 |
sinh_cosh.c
|
add sinh, cosh, and improve sin_cos
|
2012-11-16 13:26:56 +01:00 |
sqrt.c
|
improve contains/overlaps to (hopefully) work with huge exponents; add some test code
|
2013-03-14 16:29:04 +01:00 |
sqrtpos.c
|
add a couple of fmprb helper functions
|
2012-12-04 13:19:26 +01: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 |
union.c
|
add fmprb_set_interval_fmpr, fmprb_union
|
2013-02-28 15:13:21 +01:00 |