Go to the first, previous, next, last section, table of contents.
- ilcm(i1,i2)
- 
:: 最小公倍数を求める. 
- return
- 
整数
- i1 i2
- 
整数
- 
整数 i1, i2 の最小公倍数を求める. 
- 
一方が 0 の場合 0 を返す. 
- 参照
- 
section igcd,igcdcntl, sectionmt_save,mt_load.
Go to the first, previous, next, last section, table of contents.