The input is [0x41,0xa7,0x33,0x33] -> is a UInt8 array. When I tried using the algorithm for IEEE 754 by splitting into sign, exponential and mantissa, I stuck in the middle due to the power function returns NaN for the pow(2,(exp - 1023)) part.
Is there any easy built in methods available for swift?