arb/fmprb/test
Fredrik Johansson dd686a901b add fmprb_agm
2013-02-28 15:29:19 +01:00
..
t-add.c fix some copyright headers 2012-09-24 00:13:37 +02:00
t-addmul.c fix some copyright headers 2012-09-24 00:13:37 +02:00
t-agm.c add fmprb_agm 2013-02-28 15:29:19 +01:00
t-atan.c add cos, sin, atan 2012-09-25 13:11:23 +02:00
t-atan2.c add fmprb_atan2 with test code; use for and fix bug in fmpcb_arg 2013-02-19 11:17:21 +01:00
t-const_euler_brent_mcmillan.c fix some copyright headers 2012-09-24 00:13:37 +02:00
t-const_khinchin.c initial code for computing Khinchin's constant 2012-12-12 10:18:08 +01:00
t-const_pi.c fix some copyright headers 2012-09-24 00:13:37 +02:00
t-const_pi_chudnovsky.c fix some copyright headers 2012-09-24 00:13:37 +02:00
t-const_zeta3_bsplit.c fix some copyright headers 2012-09-24 00:13:37 +02:00
t-cos.c add cos, sin, atan 2012-09-25 13:11:23 +02:00
t-cos_pi.c add fmprb_sin_pi, fmprb_cos_pi, fmprb_sin_cos_pi 2013-02-19 18:41:13 +01:00
t-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
t-cos_pi_fmpq_algebraic.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
t-cosh.c add sinh, cosh, and improve sin_cos 2012-11-16 13:26:56 +01:00
t-div.c fix some copyright headers 2012-09-24 00:13:37 +02:00
t-div_2expm1_ui.c fix accuracy problem in div_2expm1, and add test code 2013-02-01 16:15:02 +01:00
t-exp.c add cos, sin, atan 2012-09-25 13:11:23 +02:00
t-gamma.c add fmpcb_gamma, fmpcb_rgamma, fmpcb_lgamma and refactored Stirling series code 2013-02-20 11:58:08 +01:00
t-get_interval_fmpz_2exp.c more code to support test writing 2012-09-10 17:07:41 +02:00
t-get_rand_fmpq.c code for generating random test rationals 2012-09-10 17:13:50 +02:00
t-get_unique_fmpz.c add fmprb_get_unique_fmpz 2012-12-18 11:36:54 +01:00
t-lgamma.c refine fmprb test functions; add gamma/rgamma/lgamma with test code 2012-12-22 21:29:11 +01:00
t-log.c add cos, sin, atan 2012-09-25 13:11:23 +02:00
t-mul.c fix a missing fmpr_init 2013-01-11 15:35:59 +01:00
t-mul_naive.c low-level fmprb_mul 2013-01-10 19:19:18 +01:00
t-rgamma.c add fmpcb_gamma, fmpcb_rgamma, fmpcb_lgamma and refactored Stirling series code 2013-02-20 11:58:08 +01:00
t-root.c add fmpr_root, fmprb_root (placeholder code) 2013-02-28 14:32:59 +01:00
t-set_interval_fmpr.c add fmprb_set_interval_fmpr, fmprb_union 2013-02-28 15:13:21 +01:00
t-sin.c add cos, sin, atan 2012-09-25 13:11:23 +02:00
t-sin_cos.c add sinh, cosh, and improve sin_cos 2012-11-16 13:26:56 +01:00
t-sin_cos_pi.c add fmprb_sin_pi, fmprb_cos_pi, fmprb_sin_cos_pi 2013-02-19 18:41:13 +01:00
t-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
t-sin_cos_pi_fmpq_algebraic.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
t-sin_pi.c add fmprb_sin_pi, fmprb_cos_pi, fmprb_sin_cos_pi 2013-02-19 18:41:13 +01:00
t-sin_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
t-sin_pi_fmpq_algebraic.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
t-sinh.c add sinh, cosh, and improve sin_cos 2012-11-16 13:26:56 +01:00
t-sinh_cosh.c add sinh, cosh, and improve sin_cos 2012-11-16 13:26:56 +01:00
t-sqrt.c add a couple of fmprb helper functions 2012-12-04 13:19:26 +01:00
t-sqrtpos.c add a couple of fmprb helper functions 2012-12-04 13:19:26 +01:00
t-sub.c fix some copyright headers 2012-09-24 00:13:37 +02:00
t-submul.c fix some copyright headers 2012-09-24 00:13:37 +02:00
t-union.c add fmprb_set_interval_fmpr, fmprb_union 2013-02-28 15:13:21 +01:00
t-zeta_ui.c add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00
t-zeta_ui_asymp.c further cleanup 2012-09-20 15:51:49 +02:00
t-zeta_ui_bernoulli.c add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00
t-zeta_ui_bsplit.c add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00
t-zeta_ui_euler_product.c add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00
t-zeta_ui_vec.c add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00
t-zeta_ui_vec_borwein.c add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00