Commit graph

200 commits

Author SHA1 Message Date
Fredrik Johansson
a433fecc1f add fmprb_set_interval_fmpr, fmprb_union 2013-02-28 15:13:21 +01:00
Fredrik Johansson
e7e93a4108 add fmpr_min, fmpr_max 2013-02-28 14:36:42 +01:00
Fredrik Johansson
ce0a218839 add fmpr_root, fmprb_root (placeholder code) 2013-02-28 14:32:59 +01:00
Fredrik Johansson
c9da808f7c some moving things around 2013-02-28 12:38:22 +01:00
Fredrik Johansson
c74ddfc98c remove/rename obsolete code 2013-02-27 18:31:04 +01:00
Fredrik Johansson
2bbd491e0b add missing functions to docs 2013-02-27 18:22:46 +01:00
Fredrik Johansson
89ec3378a1 add functions for evaluating an fmprb_poly with an fmpcb argument 2013-02-27 16:09:36 +01:00
Fredrik Johansson
e66ebaa905 minor doc update 2013-02-27 14:59:08 +01:00
Fredrik Johansson
bbb8c2a90c faster high-precision rising factorials; reorg 2013-02-27 14:51:03 +01:00
Fredrik Johansson
9efe3ae4be 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
Fredrik Johansson
5317e834f7 experimental Newton root polishing code 2013-02-25 11:42:14 +01:00
Fredrik Johansson
6f05049363 rectangular splitting for fmprb_poly_evaluate; add simultaneous derivative evaluation 2013-02-22 16:02:03 +01:00
Fredrik Johansson
2a662c1e19 documentation format fix 2013-02-22 14:03:16 +01:00
Fredrik Johansson
9cf7151d5c minor version/date fix 2013-02-22 13:57:24 +01:00
Fredrik Johansson
493ec76e0e first versions of fmprb_[sin|cos|sin_cos]_pi_fmpq 2013-02-22 13:54:51 +01:00
Fredrik Johansson
6702c756a4 minor doc adjustment 2013-02-20 12:10:15 +01:00
Fredrik Johansson
6921bdcee4 add fmpcb_gamma, fmpcb_rgamma, fmpcb_lgamma and refactored Stirling series code 2013-02-20 11:58:08 +01:00
Fredrik Johansson
3bd6ad4cdd add fmprb_sin_pi, fmprb_cos_pi, fmprb_sin_cos_pi 2013-02-19 18:41:13 +01:00
Fredrik Johansson
6a6136fa99 add fmprb_atan2 with test code; use for and fix bug in fmpcb_arg 2013-02-19 11:17:21 +01:00
Fredrik Johansson
63c1552fe5 add bernoulli_bound_2exp_si 2013-02-18 07:59:48 +01:00
Fredrik Johansson
66827debb0 add some more fmpcb helper functions 2013-02-17 18:23:29 +01:00
Fredrik Johansson
927dd51379 improve basecase in fmprb_rfac_ui_bsplit at both low and high precision 2013-02-17 16:15:25 +01:00
Fredrik Johansson
fb18b0663c implement squaring formula and reduce number of temporaries in fmpcb_mul 2013-02-16 02:24:39 +01:00
Fredrik Johansson
ea7a826a39 code for computing the gamma function using Taylor series (wip) 2013-02-14 18:53:31 +01:00
Fredrik Johansson
1a5e170598 add fmpr_get_fmpz, fmpr_get_si 2013-02-13 11:22:03 +01:00
Fredrik Johansson
5b4e35b750 tidy up float conversion functions 2013-02-05 15:10:27 +01:00
Fredrik Johansson
00dd89d5db slight efficiency improvement for zeta_ui_bsplit, and finally document what the heck it does internally 2013-02-04 11:59:51 +01:00
Fredrik Johansson
4b045c9a23 call this 0.4 2013-01-26 21:22:36 +01:00
Fredrik Johansson
aefd8d98f4 fix some more minor docs issues 2013-01-25 18:51:44 +01:00
Fredrik Johansson
cbff842d50 update documentation 2013-01-25 17:56:01 +01:00
Fredrik Johansson
56ea7b2e3b slight improvements to zeta code; remove old implementation 2013-01-24 15:27:23 +01:00
Fredrik Johansson
3f0901e71a move hypgeom code to its own module, +improvements and docs 2013-01-23 15:54:38 +01:00
Fredrik Johansson
2a68e4bcb2 fix a typo 2013-01-20 01:20:56 +01:00
Fredrik Johansson
fa5ad50f6e fix error bounding for zeta_series, +docs, tests 2013-01-19 20:45:35 +01:00
Fredrik Johansson
3253390a97 update documentation 2013-01-15 12:16:20 +01:00
Fredrik Johansson
147297748f refine fmprb test functions; add gamma/rgamma/lgamma with test code 2012-12-22 21:29:11 +01:00
Fredrik Johansson
76a4b8dcc1 faster Bernoulli number generation 2012-12-19 14:04:00 +01:00
Fredrik Johansson
2ba582364a add fmprb_get_unique_fmpz 2012-12-18 11:36:54 +01:00
Fredrik Johansson
4ce426946d initial code for computing Khinchin's constant 2012-12-12 10:18:08 +01:00
Fredrik Johansson
0d1c2684d7 add a couple of fmprb helper functions 2012-12-04 13:19:26 +01:00
Fredrik Johansson
873fd7f76c add fmpcb_abs 2012-12-03 11:07:47 +01:00
Fredrik Johansson
d5945885a9 add fmprb_poly rising factorial; plus helpers overlaps and randtest 2012-12-03 10:59:32 +01:00
Fredrik Johansson
2ca8228fd9 initial code for the Hurwitz zeta function with derivatives 2012-11-29 16:06:15 +01:00
Fredrik Johansson
707aa67204 add some fmpcb helper functions; edits to documentation 2012-11-29 15:58:26 +01:00
Fredrik Johansson
6627cfde6a tidy nth root code; update documentation 2012-11-26 17:42:16 +01:00
Fredrik Johansson
35f6f21c93 add fmprb_contains and versions; fix a bug; test code for find_roots 2012-11-16 15:12:54 +01:00
Fredrik Johansson
937dc4da57 add complex trigonometric functions 2012-11-16 14:06:49 +01:00
Fredrik Johansson
283c5b2227 add sinh, cosh, and improve sin_cos 2012-11-16 13:26:56 +01:00
Fredrik Johansson
ff087f6fb3 complex Riemann zeta function 2012-11-10 19:44:55 +01:00
Fredrik Johansson
4b05b7b123 add a couple of fmpcb helper functions 2012-11-10 18:53:47 +01:00