如何在 golang 中将float64值转换为十六进制字符串?(IEEE 754 格式)示例:-561.2863 到 0xc40c5253
1 回答
一只甜甜圈
TA贡献1836条经验 获得超5个赞
fmt.Printf("%x\n", math.Float32bits(-561.2863)) fmt.Printf("%x\n", math.Float64bits(-561.2863))
游乐场:http : //play.golang.org/p/WEZEtCU1Zl。
- 1 回答
- 0 关注
- 294 浏览
添加回答
举报
0/150
提交
取消