mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:43:26 +08:00
精校:4.7
This commit is contained in:
@@ -91,7 +91,7 @@ F || F -> false
|
||||
|
||||
### 4.5.2.1 整型 int 和浮点型 float
|
||||
|
||||
Go 语言支持整型和浮点型数字,并且原生支持复数,其中位的运算采用补码(二的补码,详情参见:[http://en.wikipedia.org/wiki/Two's_complement](http://en.wikipedia.org/wiki/Two's_complement))。
|
||||
Go 语言支持整型和浮点型数字,并且原生支持复数,其中位的运算采用补码(详情参见 [二的补码](http://en.wikipedia.org/wiki/Two's_complement) 页面)。
|
||||
|
||||
Go 也有基于架构的类型,例如:int、uint 和 uintptr。
|
||||
|
||||
|
Reference in New Issue
Block a user