Can I change the MPFI default printing style ?
Hi !
I'm using MPFI as an interval arithmetic tool for a research project. I was wondering if it was possible to change the default printing style from the "question" style to the "brackets" style.
For instance, I woul like to code:
a = RIF(0,1)
print(a)
And have it printing "[0 .. 1]" instead of "1.?" .