Class | Description |
---|---|
Arrangement |
排列A(n, m)
排列组合相关类 参考:http://cgs1999.iteye.com/blog/2327664 |
BitStatusUtil |
通过位运算表示状态的工具类
参数必须是 `偶数` 且 `大于等于0`! |
Calculator |
数学表达式计算工具类
见:https://github.com/dromara/hutool/issues/1090#issuecomment-693750140 |
Combination |
组合,即C(n, m)
排列组合相关类 参考:http://cgs1999.iteye.com/blog/2327664 |
MathUtil |
数学相关方法工具类
此工具类与 NumberUtil 属于一类工具,NumberUtil偏向于简单数学计算的封装,MathUtil偏向复杂数学计算 |
Money |
单币种货币类,处理货币算术、币种和取整。
|
Copyright © 2024. All rights reserved.