*** empty log message ***
This commit is contained in:
parent
6495d58ce1
commit
486e4834a2
@ -36,7 +36,7 @@ return big;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
inline unsigned int lcm0(unsigned int i,unsigned int j)
|
static inline unsigned int lcm0(unsigned int i,unsigned int j)
|
||||||
{
|
{
|
||||||
return (i/hcd0(i,j)*j);
|
return (i/hcd0(i,j)*j);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user