Artifact 014514026144b6da872c7f21ed313459db5c9f8c07f879e0ac3d561f4b76867d:
- Executable file
r37/lisp/csl/html/r37_0208.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: 894) [annotate] [blame] [check-ins using] [more...]
<A NAME=ODD> <TITLE>ODD</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ODD</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>declaration</B><P> <P> <P> <P> <P> <H3> syntax: </H3> <em>odd</em><identifier>{,<identifier>}* <P> <P> <P> This declaration is used to declare an operator odd in its first argument. Expressions involving an operator declared in this manner are transformed if the first argument contains a minus sign. Any other arguments are not affected. <P> <H3> examples: </H3> <P><PRE><TT> odd f; f(-a) -F(A) f(-a,-b) -F(A,-B) f(a,-b) F(A,-B) </TT></PRE><P><P> <P> If say <em>f</em> is declared odd, then <em>f(0)</em> is replaced by zero unless <em>f</em> is also declared non zero by the declaration <A HREF=r37_0207.html>nonzero</A>. <P> <P> <P>