Bill Allombert on Fri, 22 Dec 2017 13:12:07 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: t_QUAD printed representation |
On Thu, Dec 21, 2017 at 11:56:13AM -0500, Sam Steingold wrote: > Hi, > > --8<---------------cut here---------------start------------->8--- > ? quadunit(5) > %3 = w > ? type(%3) > %4 = "t_QUAD" > ? type(w) > %5 = "t_POL" > ? > --8<---------------cut here---------------end--------------->8--- > > how do I print the t_QUAD objects so that they can be read back? Print a+b*w as a+b*quadgen(D) with D=quaddisc(w). Cheers, Bill.