Artifact 3ae07cb5f3d4f7a880481f3fd0eb11c8461d8e3a64586a3577f4ada6ba0b91bf:
- Executable file
r37/lisp/csl/html/r37_0092.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: 647) [annotate] [blame] [check-ins using] [more...]
<A NAME=MINUS> <TITLE>MINUS</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>MINUS</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> The <em>minus</em> operator is a unary minus, returning the negative of its argument. It is equivalent to the unary <em>-</em>. <P> <H3> syntax: </H3> <P> <P> <em>minus</em>(<expression>) <P> <P> <P> <P> <expression> may be any scalar REDUCE expression. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> minus(a); - A minus(-1); 1 minus((x+1)**4); 4 3 2 - (X + 4*X + 6*X + 4*X + 1) </TT></PRE><P>