Polynomial long division: Difference between revisions

m
→‎{{Header|FreeBASIC}}: - fix print error when the constant term is 1
(add FreeBASIC)
m (→‎{{Header|FreeBASIC}}: - fix print error when the constant term is 1)
Line 1,251:
end if
if P(i)=0 then continue for
if abs(P(i))<>1 or i=0 then
if outstr="" then
outstr = outstr + str((P(i)))
781

edits