[Aimmath-commit] AIM/WEB-INF/maple/aim Inert.mpl,1.13,1.14
Brought to you by:
gustav_delius,
npstrick
From: <mo...@us...> - 2004-03-13 00:53:44
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30476 Modified Files: Inert.mpl Log Message: workaround for new behavior in Maple 9 Index: Inert.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Inert.mpl,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Inert.mpl 16 Feb 2004 03:17:02 -0000 1.13 --- Inert.mpl 13 Mar 2004 00:45:02 -0000 1.14 *************** *** 1159,1165 **** `Package/Assign`( `Inert/DefiniteIntegral`::Inert, ! "The Inert Definite Integral of a function.", ! `new/Inert`( proc(f,x,a,b) # Map ! int(f,x=a..b); end, "\\int_{%3}^{%4} {%1}\\,d%2", # TeX --- 1159,1165 ---- `Package/Assign`( `Inert/DefiniteIntegral`::Inert, ! "The Inert Definite Integral of a real valued function.", ! `new/Inert`( proc(f,x,a,b) # Map - assumes real domain ! use RealDomain in int(f,x=a..b); end; end, "\\int_{%3}^{%4} {%1}\\,d%2", # TeX |