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

zero -- whether something is zero

Synopsis

Code

../../../../../Macaulay2/m2/integers.m2:74:9-74:17: --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.