The IEEE 754 standard describes how to represent real binary floating point numbers. The single precision consists in presenting the number on 32 bits and the double precision allows it on 64 bits. The represented binary code is divided into 3 blocks: the sign bit, the exponent and the mantissa. The exponent is coded on 8 bits in simple precision and 11 bits in double precision. The mantissa is represented on 23 bits in simple precision and 52 bits in double precision. Before the representation of the binary number in IEEE 754 it is necessary to write it in scientific notation leaving a digit 1 in the integer part.
Смотрите видео IEEE 754 Standard - Floating Point Binary Numbers онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Mohamed Chiny 21 Ноябрь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 217,915 раз и оно понравилось 3.9 тысяч людям.