init_polynom
synopsis: INT init_polynom(OP result)
description:
the result becomes a POLYNOM object, which is a LIST object, with NULL as next and NULL as selfexample:
But note that the example
main()
{
OP c;
anfang();
c =callocobject();
init(POLYNOM,c);
println(s_po_s(c));
freeall(c);
ende();
}
produces an error, because the self part is not yet initialised.
Send comments or suggestions to:
symmetrica (at) symmetrica.de
this page was automatically generated on So Jan 4 10:36:01 CET 2009 on the machine btn6xf