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

zero -- whether something is zero

Synopsis

Code

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