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

D.15.15.3 valueOf

Procedure from library polyclass.lib (see polyclass_lib).

Usage:
valueOf(F); F Poly

Return:
F.value

Example:
 
LIB "polyclass.lib";
ring R=0,(x,y),ds;
poly f = x+y;
Poly F = makePoly(f);
valueOf(F);
==> x+y


Top Back: ringOf Forward: printPoly 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.