Skip to content

Commit

Permalink
Update 2_4_数据.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LY-Xiang authored Sep 16, 2024
1 parent ec003b0 commit ee1ebe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 教程/正文/语法和标准库/2_初识C/2_4_数据.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

### 3.3 浮点型占据内存空间的大小,能表示的范围和精度

1. **IEEE754** 详情参见 [***IEEE754.md***](../../番外/1_IEEE754.md)
1. **IEEE754** 详情参见 [***IEEE754.md***](/教程/番外/1_IEEE754.md)
2. `float`:4 字节,从 **-2^128^****2^128^****6~7** 位有效数字
3. `double`:8 字节,从 **-2^1024^****2^1024^****15~16** 位有效数字
4. `long double`:实现定义,最低 8 字节
Expand Down

0 comments on commit ee1ebe6

Please sign in to comment.