How golang float64 store more than 64 bits?

前端 未结 0 475
你的背包
你的背包 2021-02-05 14:05

Firstly, I\'m beginner for golang, confused from https://tour.go-zh.org/basics/16

f := 1 << 100 * 0.1
fmt.Printf(" f : type = %8T  value = %v\\n",         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题