trunc(2*x**3 + 3*x**2 + 5*x + 7, 3) gives result : -x**3 - x + 1. is there some way to get coefficents positive instead of negative (i.e. here soln be like: 2*x**3+2*x+1)?
-- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/c599ce68-8afc-4876-b253-e790546131df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
