next | previous | forward | backward | up | top | index | toc | directory | Macaulay 2 web site

zero -- whether something is zero

Synopsis

Code

/home/dan/src/M2/1.2/Macaulay2/m2/integers.m2:88:10-88:18: --source code:
zero = x -> x == 0                                          -- we use == so this can apply to all types of things