This commit is contained in:
pplokijuhyg 2019-12-26 14:20:45 +08:00
parent 801a503744
commit ee71909f95

View File

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