gpt4 book ai didi

戈朗 : Convert float to hex string

转载 作者:IT王子 更新时间:2023-10-29 01:59:06 27 4
gpt4 key购买 nike

如何在golang中将float64值转换为hex string?(IEEE 754格式)

样本:-561.2863 到 0xc40c5253

最佳答案

使用math.Float(64|32)bits :

fmt.Printf("%x\n", math.Float32bits(-561.2863))
fmt.Printf("%x\n", math.Float64bits(-561.2863))

Playground :http://play.golang.org/p/WEZEtCU1Zl .

关于戈朗 : Convert float to hex string,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35130116/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com