Top
Back: valueOf
Forward: addPoly
FastBack:
FastForward:
Up: polyclass_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.15.4 printPoly

Procedure from library polyclass.lib (see polyclass_lib).

Usage:
printPoly(P); P Poly

Return:
print a polynomial of type Poly

Example:
 
LIB "polyclass.lib";
ring R=0,(x,y),dp;
poly f=3*x^2+x*y+1;
Poly F = makePoly(f);
printPoly(F);
==> 3*x^2+x*y+1


Top Back: valueOf Forward: addPoly FastBack: FastForward: Up: polyclass_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.4.1, 2025, generated by texi2html.