|
From: Robert D. <rob...@us...> - 2004-11-25 18:00:33
|
Update of /cvsroot/maxima/maxima/doc/info In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22054/doc/info Modified Files: Simplification.texi Log Message: Strike out description of obsolete function apply_nouns. There is no definition of apply_nouns in the source code. Index: Simplification.texi =================================================================== RCS file: /cvsroot/maxima/maxima/doc/info/Simplification.texi,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Simplification.texi 4 Nov 2004 05:12:25 -0000 1.5 +++ Simplification.texi 25 Nov 2004 18:00:20 -0000 1.6 @@ -8,20 +8,6 @@ @menu @end menu -@c @node APPLY_NOUNS, ASKEXP, Simplification, Simplification -@c @unnumberedsec phony -@defun APPLY_NOUNS (exp) -causes the application of noun forms in an -expression. E.g. EXP:'DIFF(X^2/2,X); APPLY_NOUNS(EXP); gives X. This -gives the same result as EV(EXP,NOUNS); except that it can be faster -and use less storage. It also can be used in translated code, where -EV may cause problems. Note that it is called APPLY_NOUNS, not -EV_NOUNS, because what it does is to APPLY the rules corresponding to -the noun-form operators, which is not evaluation. - -@end defun -@c @node ASKEXP, ASKINTEGER, APPLY_NOUNS, Simplification -@c @unnumberedsec phony @defvar ASKEXP default: [] contains the expression upon which ASKSIGN is called. A user may enter a Maxima break with ^A and inspect this |