Commit graph

24 commits

Author SHA1 Message Date
Fredrik Johansson
41758f8c55 rename arb_root -> arb_root_ui for consistency (but keep alias) 2015-11-23 14:49:00 +01:00
William Hart
57c6b71044 static long -> static slong in *.c. 2015-11-10 13:47:58 +00:00
William Hart
34008143c1 long -> slong return values. 2015-11-10 13:41:43 +00:00
William Hart
55c2827539 printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
William Hart
0383e04c21 %lu -> %wu in *.c. 2015-11-06 15:56:28 +00:00
William Hart
72abf04641 %ld -> %wd in *.c. 2015-11-06 15:51:44 +00:00
William Hart
5513b601c8 (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
William Hart
0aba1fa6f4 long -> slong in partitions/ and partitions/test/. 2015-11-05 18:07:38 +00:00
Fredrik Johansson
a4019154e7 replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
Fredrik Johansson
be0d9a77eb port partition function to new types 2014-06-17 16:25:54 +02:00
Fredrik Johansson
e310ff122a remove an unused variable and rename an internal function to avoid namespace conflict with flint 2014-04-15 17:01:45 +02:00
Fredrik Johansson
009a0eb918 respect use_doubles 2014-03-29 18:39:15 +01:00
Fredrik Johansson
3e1f679259 include multithreaded partition function and update documentation 2014-03-28 17:00:10 +01:00
Fredrik Johansson
61e0c0c2ff support partition function of bignum n (work in progress) 2014-03-03 16:32:29 +01:00
Fredrik Johansson
8d80118bbd add fmprb_inv and replace uses of fmprb_ui_div 2013-11-12 15:25:50 +01:00
Fredrik Johansson
4bd28225bc use flint_cleanup() everywhere 2013-07-30 13:53:10 +02:00
Fredrik Johansson
fe55e3c8a1 optionally allow use of doubles in partitions 2013-06-10 14:53:52 +02:00
Fredrik Johansson
c7745d8725 possible very minor speedup of partitions code 2013-06-09 16:47:29 +02:00
Fredrik Johansson
39fd03828f remove duplicated code 2013-05-29 18:55:49 +02:00
Fredrik Johansson
1e5d6a36a8 use lookup table for tiny p(n), and add test code 2013-05-29 18:12:05 +02:00
Fredrik Johansson
9939fbf0ca use fixed-point code for small low-precision exponential 2013-05-22 17:05:58 +02:00
Fredrik Johansson
5abf12b98e possible minor optimization 2013-05-06 13:59:57 +01:00
Fredrik Johansson
beb724a540 include makefile 2013-04-27 17:13:26 +02:00
Fredrik Johansson
d6f3c9654c initial port of partition function (needs more work) 2013-04-26 18:20:47 +02:00