Hello,
is that possible to implement somehow IEEE-754 to Float transformation?
The values are stored in IEEE-754 format, but on the trend I need to view float representation.
e.g.:
decimal IEEE754 = 1.120.403.456
binary = 01000010110010000000000000000000
float = 100.0
I have js function for conversion. Is that possible to use js-“wrapper” as a transformation function?