.. |
test
|
add reciprocal square root functions (fmpr_rsqrt, fmprb_rsqrt, fmprb_rsqrt)
|
2013-06-09 16:20:44 +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
|
add fmprb_agm
|
2013-02-28 15:29:19 +01:00 |
atan.c
|
add fmpr_divappr_abs_ubound; slightly speed up a few radius operations
|
2013-06-09 19:53:01 +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 |
bernoulli_ui.c
|
more simple interfaces for zeta functions; implement functional equation
|
2013-03-27 18:25:00 +01:00 |
bin.c
|
cleanup factorials and binomials
|
2013-03-27 17:35:26 +01: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_euler.c
|
optimize Euler's constant, rename function, and add error bounds
|
2013-03-21 15:30:28 +01:00 |
const_khinchin.c
|
reorg zeta related functions
|
2013-03-27 15:54:05 +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
|
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 |
cot.c
|
add real tan, cot, and complex cos_pi
|
2013-03-26 13:58:27 +01:00 |
cot_pi.c
|
add real tan, cot, and complex cos_pi
|
2013-03-26 13:58:27 +01:00 |
coth.c
|
add fmprb_tanh, fmprb_coth
|
2013-03-26 13:39:19 +01:00 |
digamma.c
|
use cot_pi in digamma functional equation
|
2013-03-26 17:54:40 +01:00 |
div.c
|
tweak mul/div/rsqrt with infinite radius input
|
2013-07-15 14:04:14 +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
|
use mpfr_exp for slightly larger exponents
|
2013-06-26 17:11:10 -04:00 |
fac.c
|
cleanup factorials and binomials
|
2013-03-27 17:35:26 +01:00 |
fib.c
|
fix some precision issues
|
2012-09-06 15:50:20 +02:00 |
gamma.c
|
fast gamma for rational and integer arguments
|
2013-03-22 23:48:18 +01:00 |
gamma_fmpq.c
|
cleanup factorials and binomials
|
2013-03-27 17:35:26 +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 |
hypot.c
|
add fmprb_hypot
|
2013-03-22 12:34:57 +01:00 |
log.c
|
add fmpr_divappr_abs_ubound; slightly speed up a few radius operations
|
2013-06-09 19:53:01 +02: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
|
tweak mul/div/rsqrt with infinite radius input
|
2013-07-15 14:04:14 +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
|
some more work on fmprb_pow and friends
|
2013-03-26 11:41:12 +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
|
more work on powers
|
2013-03-26 13:39:06 +01: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_divappr_abs_ubound; slightly speed up a few radius operations
|
2013-06-09 19:53:01 +02:00 |
rsqrt.c
|
tweak mul/div/rsqrt with infinite radius input
|
2013-07-15 14:04:14 +02: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
|
support huge exponents in sin, cos, atan
|
2013-03-25 12:04:47 +01:00 |
sin_cos_pi.c
|
fix an evil bug
|
2013-03-27 19:09:12 +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
|
arb-based cosine minpoly calculation
|
2013-05-31 17:33:12 +02:00 |
sinh_cosh.c
|
improve cosh/sinh (much simpler, and support huge exponents)
|
2013-03-24 22:06:28 +01:00 |
sqrt.c
|
add reciprocal square root functions (fmpr_rsqrt, fmprb_rsqrt, fmprb_rsqrt)
|
2013-06-09 16:20:44 +02: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 |
tan.c
|
add real tan, cot, and complex cos_pi
|
2013-03-26 13:58:27 +01:00 |
tan_pi.c
|
add real tan, cot, and complex cos_pi
|
2013-03-26 13:58:27 +01:00 |
tanh.c
|
add fmprb_tanh, fmprb_coth
|
2013-03-26 13:39:19 +01:00 |
union.c
|
add fmprb_set_interval_fmpr, fmprb_union
|
2013-02-28 15:13:21 +01:00 |
zeta.c
|
more simple interfaces for zeta functions; implement functional equation
|
2013-03-27 18:25:00 +01:00 |