[Aimmath-commit] AIM/WEB-INF/maple/aim Number.mpl,1.2,1.3
Brought to you by:
gustav_delius,
npstrick
From: <mo...@us...> - 2004-01-12 05:59:51
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim In directory sc8-pr-cvs1:/tmp/cvs-serv31526/WEB-INF/maple/aim Modified Files: Number.mpl Log Message: A documentation tweak. Index: Number.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Number.mpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Number.mpl 26 Oct 2003 04:03:58 -0000 1.2 --- Number.mpl 12 Jan 2004 05:59:48 -0000 1.3 *************** *** 268,272 **** `Package/Assign`( `type/PrimeFactorization`, ! "Matches strings which are the prime factorization of a positive integer, e.g. \"2*3^2**7^2*11\". Whitespace is ignored. The factors can be entered in any order and a power of the same prime can occur more than once, e.g. \"2*2*3*3^2\". Zero exponents are also allowed, e.g. \"2*3^0*5^2\". This type is useful when asking the students to enter the prime factorization of a number.", And(string,PrimeFactorizationString) ): --- 268,272 ---- `Package/Assign`( `type/PrimeFactorization`, ! "Matches strings which are the prime factorization of a positive integer, e.g. \"2*3^2*7^2*11\". Whitespace is ignored. The factors can be entered in any order and a power of the same prime can occur more than once, e.g. \"2*2*3*3^2\". Zero exponents are also allowed, e.g. \"2*3^0*5^2\". This type is useful when asking the students to enter the prime factorization of a number.", And(string,PrimeFactorizationString) ): |