.. |
test
|
wrap remaining fmprb functions
|
2014-05-12 11:15:51 +02:00 |
acos.c
|
add fmprb_asin, fmprb_acos
|
2013-07-17 06:10:18 +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 |
asin.c
|
add fmprb_asin, fmprb_acos
|
2013-07-17 06:10:18 +02:00 |
atan.c
|
add fmpr_is_int; remove some explicit manref/expref access
|
2013-09-18 17:08:54 +01: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
|
simplify const_euler and use the published bound
|
2013-12-03 16:06:25 +01:00 |
const_glaisher.c
|
slightly improve const_glaisher
|
2013-08-03 14:56:29 +02:00 |
const_khinchin.c
|
add fmprb_inv and replace uses of fmprb_ui_div
|
2013-11-12 15:25:50 +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 |
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
|
faster digamma function argument reduction
|
2013-12-29 18:07:56 +01: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 |
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
|
add fmprb_inv and replace uses of fmprb_ui_div
|
2013-11-12 15:25:50 +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
|
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 |
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
|
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 |
rising_ui.c
|
faster high-precision rising factorials; reorg
|
2013-02-27 14:51:03 +01: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 |
sin_cos.c
|
add fmpr_is_int; remove some explicit manref/expref access
|
2013-09-18 17:08:54 +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
|
add code from a future flint version, and silence a warning
|
2014-05-03 03:19:05 +02:00 |
sinh_cosh.c
|
add fmprb_inv and replace uses of fmprb_ui_div
|
2013-11-12 15:25:50 +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
|
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 |
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 |
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 |
zeta.c
|
more simple interfaces for zeta functions; implement functional equation
|
2013-03-27 18:25:00 +01:00 |