Artifact 949f75feeaa473357003a69fac5e56ed2f2e4d0d63056c5038fb1ca623559f6e:
- Executable file
r37/lisp/csl/html/r37_0310.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: 723) [annotate] [blame] [check-ins using] [more...]
<A NAME=NOARG> <TITLE>NOARG</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>NOARG</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When <A HREF=r37_0279.html>dfprint</A> is on, expressions in the differentiation oper ator <A HREF=r37_0148.html>df</A> are printed in a more ``natural'' notation, with th e differentiation variables appearing as subscripts. When <em>noarg</em> is on (the default), the arguments of the differentiated operator are also suppressed. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> operator f; df(f x,x); DF(F(X),X); on dfprint; ws; F X off noarg; ws; F(X) X </TT></PRE><P>