What is the format to convert a decimal to ieee754?
I can use
x = ibm2float32(numpy.uint32(0xc1180000))
print(x)
but I want to do the reverse.
What is the format to convert a decimal to ieee754?
I can use
x = ibm2float32(numpy.uint32(0xc1180000))
print(x)
but I want to do the reverse.