From 3cff2acc8eec95183fe4cd3dcc3a3bf30b37ce66 Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Sun, 28 Dec 2025 15:40:34 +0000 Subject: Add root_to_string function to enable printing of roots. --- charf.c | 5 +++-- double-error.c | 6 ++++++ double-error.h | 2 ++ double.c | 5 +++++ double.h | 2 ++ ratio.c | 8 +++++++- ratio.h | 2 ++ 7 files changed, 27 insertions(+), 3 deletions(-) diff --git a/charf.c b/charf.c index 6e319ec..670e4d0 100644 --- a/charf.c +++ b/charf.c @@ -177,13 +177,14 @@ void compute(EXPTYPE p, int t){ /*Print f and ||Mf^{(k)}||_p/||f^{(k)}||_p if the latter is close to 1/2.*/ //if(to_double(r)>.4997) if(to_double(r)>.65) + //if(to_double(r)>.30) { printf("f: "); for(int i=0;i