I can't figure out how to convert an integer to a single precision using python, I already tried to use numpy but the float32() function doesn't help.
example 984761996 -> 1.360135E-3
I can't figure out how to convert an integer to a single precision using python, I already tried to use numpy but the float32() function doesn't help.
example 984761996 -> 1.360135E-3
Copyright © 2021 Jogjafile Inc.
this is the code I wrote: