[Aimmath-commit] AIM/WEB-INF/maple/aim Calc.mpl,1.1,1.2
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-09-12 12:22:43
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim In directory sc8-pr-cvs1:/tmp/cvs-serv2810/WEB-INF/maple/aim Modified Files: Calc.mpl Log Message: typos corrected Index: Calc.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Calc.mpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Calc.mpl 12 Sep 2003 10:42:46 -0000 1.1 --- Calc.mpl 12 Sep 2003 12:22:40 -0000 1.2 *************** *** 1,5 **** read("Package.mpl"): ! Package("aim/Diff"," This package provides a number of useful functions for use in differentiation questions. --- 1,5 ---- read("Package.mpl"): ! Package("aim/Calc"," This package provides a number of useful functions for use in differentiation questions. *************** *** 38,42 **** `Package/Assign`( `aim/Calc/Soln`::`string`, ! "Uses the @aim/Calc/MakeSoln@ procedure to generate a solution to a @Diff@, @Int@, or @Limit@ problem, then returns a string of tex code to format the solution. --- 38,42 ---- `Package/Assign`( `aim/Calc/Soln`::`string`, ! "Uses the #aim/Calc/MakeSoln# procedure to generate a solution to a @Diff@, @Int@, or @Limit@ problem, then returns a string of tex code to format the solution. |