Top
Back: SetDeg
Forward: Degree
FastBack:
FastForward:
Up: modules_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.17.19 Deg

Procedure from library modules.lib (see modules_lib).

Usage:
same as deg

Note:
only needed if custom degrees are set with SetDeg

Example:
 
LIB "modules.lib";
ring r;
Deg(x);
==> 1
list l=2,2,2;
SetDeg(l);
Deg(x);
==> 2


Top Back: SetDeg Forward: Degree FastBack: FastForward: Up: modules_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.