How to convert float64 to hex string(that follows c99 standard) in Golang?
-561.2863
to -0x1.18a4a57a786c2p9
How to convert float64 to hex string(that follows c99 standard) in Golang?
-561.2863
to -0x1.18a4a57a786c2p9
如何在Golang中将float64转换为十六进制字符串(遵循c99标准)? p>
-561.2863 code>到
-0x1.18a4a57a786c2p9 code> p>
div>