Artifact d6069ec57fcf733c0eb66e6b122304980e1fca93c9f8950ca4e1aee80c115ff6:
- Executable file
r37/lisp/csl/html/r37_0101.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: 478) [annotate] [blame] [check-ins using] [more...]
<A NAME=RECIP> <TITLE>RECIP</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>RECIP</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <em>recip</em> is the alphabetical name for the division operator <em>/</em> or <A HREF=r37_0030.html>slash</A> used as a unary operator. The use of <em>/</em> is preferred. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> recip a; 1 - A recip 2; 1 -- 2 </TT></PRE><P>