mirror of
https://gitee.com/dromara/hutool.git
synced 2026-02-09 09:16:26 +08:00
HexUtil.toHex添加对float和double的支持,并提供反向方法(pr#4193@Github)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
* 【core 】 添加`BeanPath`方法中对“*”的处理逻辑(pr#1412@Gitee)
|
||||
* 【core 】 `StrUtil`添加`reverseByCodePoint`方法(pr#4187@Github)
|
||||
* 【core 】 `JdkUtil`添加`IS_AT_LEAST_JDK25`
|
||||
* 【core 】 `HexUtil.toHex`添加对float和double的支持,并提供反向方法(pr#4193@Github)
|
||||
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复`Calculator.conversion`方法计算包含科学计数法表达式的值时逻辑有误,结果不符合预期(pr#4172@Github)
|
||||
|
||||
Reference in New Issue
Block a user