hutool工具 求最小公倍数

简介: hutool工具 求最小公倍数
importcn.hutool.core.util.NumberUtil;
publicclassTest {
publicstaticvoidmain(String[] args) {
System.out.println(NumberUtil.multiple(10, 5));
    }
}

输出:

10

相关文章
hutool工具获得一个随机的字符串
hutool工具获得一个随机的字符串
|
架构师 Java
231. 2 的幂 136. 只出现一次的数字(Java) 位运算(Java) Leecode
231. 2 的幂 136. 只出现一次的数字(Java) 位运算(Java) Leecode
60 0
|
数据安全/隐私保护
hutool 16进制操作
hutool 16进制操作
|
数据安全/隐私保护
hutool 16进制工具
hutool 16进制工具
hutool 16进制工具