Home Online Manual
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