e.g., when I input 17.5, the result converted to hexadecimal is' 0x83180000 ', actually, '0x418c0000'. I just changed one line of your code: ``` res_final = list_to_string(list(res_final[:32])) ``` Hope it works 🙃
e.g., when I input 17.5, the result converted to hexadecimal is' 0x83180000 ', actually, '0x418c0000'.
I just changed one line of your code:
Hope it works 🙃