Macaulay2 » Documentation
Packages » Macaulay2Doc :: degreeLength
next | previous | forward | backward | up | index | toc

degreeLength -- the number of degrees

Synopsis

Description

i1 : degreeLength ZZ

o1 = 0
i2 : degreeLength (ZZ[x])

o2 = 1
i3 : degreeLength (ZZ[x, Degrees => {{1,2,3}}])

o3 = 3
i4 : degreeLength (GF 9)

o4 = 0

See also

Ways to use degreeLength :

For the programmer

The object degreeLength is a method function.