Miscellaneous poly_int routines#
print_dec (value, file, sign)
print_dec (value, file)
Print
value
tofile
as a decimal value, interpreting the coefficients according tosign
. The final argument is optional ifvalue
has an inherent sign; for example,poly_int64
values print as signed by default andpoly_uint64
values print as unsigned by default.This is a simply a
poly_int
version of a wide-int routine.