HexUtil.toHex添加对float和double的支持,并提供反向方法(pr#4193@Github)

This commit is contained in:
Looly
2025-12-25 23:12:24 +08:00
parent 0e47701b36
commit e9f3727027

View File

@@ -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