poly_int
routines ¶Print value to file as a decimal value, interpreting
the coefficients according to sign. The final argument is
optional if value has an inherent sign; for example,
poly_int64
values print as signed by default and
poly_uint64
values print as unsigned by default.
This is a simply a poly_int
version of a wide-int routine.