最小公倍數可以通過兩個數的乘積除以這兩個數最大公約數得到
publicfloatminGongBeiShu(intn
{
inttemp=Math
n
n
intproduct=n
while(n
{
n
intm=n
n
n
}
return(product/n
}
From:http://tw.wingwit.com/Article/program/net/201311/13383.html
最小公倍數可以通過兩個數的乘積除以這兩個數最大公約數得到
publicfloatminGongBeiShu(intn
{
inttemp=Math
n
n
intproduct=n
while(n
{
n
intm=n
n
n
}
return(product/n
}