Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.?" .