Next: Guidelines for using poly_int, Previous: Converting poly_ints, Up: poly_int [Contents][Index]
poly_int routinesPrint 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.