Macaulay2 » Documentation
Packages » Macaulay2Doc » rings » basic rings of numbers » ZZ » zero
next | previous | forward | backward | up | index | toc

zero -- whether something is zero

Code

../../../../Macaulay2/m2/integers.m2:80:7-80:18: --source code:
zero = x -> x == 0                                          -- we use == so this can apply to all types of things

For the programmer

The object zero is a function closure.


The source of this document is in Macaulay2Doc/doc_arithmetic.m2:75:0.