iswbm / GolangCodingTime

Go编程时光,一个零基础入门 Golang 的教程
http://golang.iswbm.com
1.27k stars 229 forks source link

c01/c01_03 #67

Open utterances-bot opened 4 months ago

utterances-bot commented 4 months ago

1.3 数据类型:整型与浮点型 — Go编程时光 1.0.0 documentation

https://golang.iswbm.com/c01/c01_03.html

liningjie418 commented 4 months ago

由于精度的问题,就会出现这种很怪异的现象,myfloat == myfloat +1 会返回 true 。

这句话写错了吧?应该返回false