|
From: Robert D. <rob...@us...> - 2004-11-24 06:36:59
|
Update of /cvsroot/maxima/maxima/doc/info In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25619/doc/info Modified Files: Floating.texi Log Message: Strike out description of obsolete function "floatdefunk". There isn't a definition for it anywhere in src or share. Index: Floating.texi =================================================================== RCS file: /cvsroot/maxima/maxima/doc/info/Floating.texi,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Floating.texi 22 Nov 2004 00:13:02 -0000 1.8 +++ Floating.texi 24 Nov 2004 06:36:48 -0000 1.9 @@ -91,22 +91,6 @@ this may lead to loss of precision). @end defvar -@c @node FLOATDEFUNK -@c @unnumberedsec phony -@defun FLOATDEFUNK - - is a utility for making floating point functions from -mathematical expression. It will take the input expression and FLOAT it, -then OPTIMIZE it, and then insert MODE_DECLAREations for all the variables. -This is THE way to use ROMBERG, PLOT2, INTERPOLATE, etc. e.g. -EXP:some-hairy-Maxima-expression; - -@example -FLOATDEFUNK('F,['X],EXP); -@end example -will define the function F(X) for you. -(Do PRINTFILE(MCOMPI,DOC,MAXDOC); for more details.) - -@end defun @c @node FLOATNUMP @c @unnumberedsec phony @defun FLOATNUMP (exp) |