-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
float para hex
https://gregstoll.dyndns.org/~gregstoll/floattohex/
ex 2.296883 float to hex 0x40130020
x=0x40130020
s=string.pack("i4",x)
f=string.unpack("f",s)
print(f)
vai imprimir 2.2968826293945
fonte https://stackoverflow.com/questions/29592951/lua-hex-to-float
https://stackoverflow.com/questions/18886447/convert-signed-ieee-754-float-to-hexadecimal-representation
Metadata
Metadata
Assignees
Labels
No labels