This commit is contained in:
pplokijuhyg 2019-12-26 14:19:45 +08:00
parent 16dca10460
commit 801a503744

View File

@ -11,4 +11,9 @@
所有未超过int大小的类性都判断为int 超过了为long 所有未超过int大小的类性都判断为int 超过了为long
想设置为long 在数字后面加大写 L 想设置为long 在数字后面加大写 L
### 浮点数 ### 浮点数
|类型|大小 字节数|有效位数|最小值|
|-|-|-|-|
|float|32|-128|127|
类型 大小(比特数) 有效数字比特数 指数比特数 十进制位数
Float 32 24 8 6-7
Double 64 53 11 15-16