itwanger / itwanger/toBeBetterJavaer
JavaSE面渣 15.float表示方式 表示有误
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 17.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
这里并不是浮点数IEEE754标准的正确表示方式,在IEEE754浮点数标准中,指数部分(阶码)应该占8位,尾数部分应该占23位,如下图:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the JavaSE section titled “JavaSE面渣 15.float表示方式” and compare its float layout with the IEEE 754 details and images in this issue. Correct the exponent and significand widths, then verify that the rendered section accurately describes the 32-bit float representation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100