arb/fmprb/test
2013-03-21 15:30:28 +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_catalan.c add const_e, const_log2, const_catalan 2013-03-04 12:55:54 +01:00
t-const_e.c add const_e, const_log2, const_catalan 2013-03-04 12:55:54 +01:00
t-const_euler.c optimize Euler's constant, rename function, and add error bounds 2013-03-21 15:30:28 +01:00
t-const_log2.c add const_e, const_log2, const_catalan 2013-03-04 12:55:54 +01:00
t-const_log10.c add fmprb_const_log10 2013-03-04 16:24:27 +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-contains.c improve contains/overlaps to (hopefully) work with huge exponents; add some test code 2013-03-14 16:29:04 +01:00
t-contains_fmpr.c improve contains/overlaps to (hopefully) work with huge exponents; add some test code 2013-03-14 16:29:04 +01: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-digamma.c add real digamma function 2013-03-04 01:24:50 +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 fix a spurious test failure 2013-03-08 15:45:01 +01: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-overlaps.c improve contains/overlaps to (hopefully) work with huge exponents; add some test code 2013-03-14 16:29:04 +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