Artifact 442576377cbf0a450ac4ac5e7b7998895d41ead799ade7f1a135ffa1358a30b9:
- Executable file
r37/lisp/csl/html/r37_0207.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 674) [annotate] [blame] [check-ins using] [more...]
<A NAME=NONZERO> <TITLE>NONZERO</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>NONZERO</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>declaration</B><P> <P> <P> <P> <P> <H3> syntax: </H3> <em>nonzero</em><identifier>{,<identifier>}* <P> <P> <P> If an <A HREF=r37_0211.html>operator</A> <em>f</em> is declared <A HREF=r37_0208.html>odd</A>, then <em>f(0)</em> is replaced by zero unless <em>f</em> is also declared non zero by the declaration <em>nonzero</em>. <P> <H3> examples: </H3> <P><PRE><TT> odd f; f(0) 0 nonzero f; f(0) F(0) </TT></PRE><P><P> <P>