| untitled.gif welcome towards my cool internet house site: posting |
welcome to my cool internet home sit
is prosecÇ–tedt to a jam
Hair Cares Product!!!!!
| re: dear anybody who nos ML |
| [29817] by "max cooking"
(ce-web1.wesleyan.edu) on Fri 12 Dec 2003 16:34:57
[
reply ]
|
fun factfilter [] x = []
| factfilter (h::t) x =
if x mod h = 0
then h :: (filter t x)
else filter t x;
fun getfactor x =
factfilter (numlist x) x;
getfactor gives u a list of factors of x ok i did thx guys |
: post your reply here :
|