2
votes
2answers
389 views
Any C++ libraries available to convert between floating point representations?
I recently had a need to interpret a DEC 32-bit floating point representation. It differs from the IEEE floating point representations in the number of bits allocated to the exponent and mantissa.
…
