From 96306e5ceb254cecd596a98fe9393d00f1039027 Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Mon, 19 Jan 2026 15:09:22 +0100 Subject: Add commented out commands to print also maximal function. --- charf.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/charf.c b/charf.c index e882863..cd0ef32 100644 --- a/charf.c +++ b/charf.c @@ -217,6 +217,17 @@ void format_result(char* s, int index, int k, EXPTYPE p, VALUETYPE r, int format exptype_to_string(e,p); root_to_string(rts,r,p); l += sprintf(s+l,"|f^(%2d)|_%s: %s",k,e,rts); + /*Compute and print also Mf.*/ + /* + VALUETYPE Mf[N]; + compute_maximalfunction(f, Mf, d); + l += sprintf(s+l,"\nMf: "); + for(int i=0; i