[FEATURE] 能否添加一个 WriteFloatAsPlain
Open
enhancement
- Dominant language
- Java
- Stars
- 4.4k
- Forks
- 613
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 6
Description
### 请描述您的需求或者改进建议
现在有 `WriteBigDecimalAsPlain` 但是无法处理 float,我在输出 debug 日志的时候输出 float 会出现科学计数法,导致不可读。
### 请描述你建议的实现方案
*对您想要需求或建议的实现方案的详细描述。*
### 描述您考虑过的替代方案
*对您考虑过的任何替代解决方案或功能的描述。*
#### 附加信息
*如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。*
Contributor guide
Research direction
Start by locating the existing WriteBigDecimalAsPlain implementation and any tests for number serialization or debug logging. Add the requested float equivalent so plain output does not use scientific notation, then verify the behavior with focused tests covering float values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100