Commit graph

17 commits

Author SHA1 Message Date
Fredrik Johansson
4fb7e281e1 small bugfix for poly_roots example program, and update docs 2017-07-09 18:45:02 +02:00
Fredrik Johansson
7d0f75f38e add arb_fmpz_poly_complex_roots 2017-06-23 15:14:30 +02:00
Tommy Hofmann
6bf072eb59 Replace abort with flint_abort.
This will allow us to not loose the julia session on error.
See also https://github.com/wbhart/flint2/pull/243
2017-02-28 16:52:57 +01:00
Fredrik Johansson
8f6fa5598c acb_nth_root -> acb_unit_root (clearer since there is also a function for computing the nth root of an arbitrary number) 2016-12-01 21:53:02 +01:00
Fredrik Johansson
4291b7e331 poly_roots: improve deflation; automatic squarefree factorization; allow products as input 2016-11-21 14:07:02 +01:00
Fredrik Johansson
e44b080d3b poly_roots: use power hack 2016-11-21 13:08:25 +01:00
Fredrik Johansson
8567d197d3 poly_roots example program: make real roots exactly real 2016-11-21 11:40:50 +01:00
Fredrik Johansson
bbdeca4cda add acb_printn / acb_fprintn and tweak documentation 2016-09-06 18:01:14 +02:00
Fredrik Johansson
80640c87e2 include flint/foo.h instead of foo.h 2016-03-03 15:42:23 +01:00
William Hart
55c2827539 printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
William Hart
72abf04641 %ld -> %wd in *.c. 2015-11-06 15:51:44 +00:00
William Hart
6453c8b1d8 long -> slong in examples/. 2015-11-05 18:02:07 +00:00
Fredrik Johansson
c67ae74360 make _acb_vec_sort_pretty a library function 2015-01-13 17:00:42 +01:00
Fredrik Johansson
0f7b450587 rename example programs 2014-08-20 18:38:02 +02:00
Fredrik Johansson
e493a6dd43 remove most of the old (arb 1.x) modules 2014-08-19 01:26:52 +02:00
Fredrik Johansson
2aaf87bdd4 poly_roots: improve for low-degree polys with clustered roots 2014-05-21 17:48:37 +02:00
Fredrik Johansson
feb195cfb4 add poly_roots example program 2013-12-16 13:04:09 +01:00