Convert each value to the half-precision format as follows:
Consider as A , The exponent is zero, so simply convert the number to binary.
Consider as B. The exponent is 4, so place the decimal point four digits right as 19760.0 . Now convert to binary.
The floating point is adjusted to the power of 2.
Consider as C. The exponent is 4, so place the decimal point four digits right as -19744.0, Now convert to binary.
The floating point is adjusted to the power of 2.
The exponents of B and C are same, so subtract them.
The 214 is reduced to 24 in the above result.
The fraction part is calculated as follows:
From the above result, the guard bit is 0, Round is 0, and sticky is 0.
So, the value of is and the decimal value is 26.65625