[Aimmath-commit] AIM/WEB-INF/maple/aim Decimal.mpl,1.2,1.3
Brought to you by:
gustav_delius,
npstrick
|
From: <mo...@us...> - 2003-09-22 02:21:58
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim
In directory sc8-pr-cvs1:/tmp/cvs-serv3895
Modified Files:
Decimal.mpl
Log Message:
a minor documentation fix
Index: Decimal.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Decimal.mpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Decimal.mpl 20 Sep 2003 16:30:44 -0000 1.2
--- Decimal.mpl 22 Sep 2003 02:21:55 -0000 1.3
***************
*** 124,129 ****
`Package/Assign`(
! `Decimal/RepeatingDenominators`::posint,
! "Returns all positive integer d<500 such that 1/d has repeating digits with minimum period n for the repeating part of its decimal representation (and does not have a finite decimal representation).",
proc(n::posint)
local LookUp;
--- 124,129 ----
`Package/Assign`(
! `Decimal/RepeatingDenominators`::list(posint),
! "Returns the list of all positive integer d<500 such that 1/d has repeating digits with minimum period n for the repeating part of its decimal representation (and does not have a finite decimal representation).",
proc(n::posint)
local LookUp;
|