next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: zero

zero -- whether something is zero

Synopsis

Code

../../../../../../../Macaulay2/m2/integers.m2:68:10-68: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.