RUVIDEO
Поделитесь видео 🙏

Java Primitive data type - float data type -IEEE 754 floating point representation

Please be informed that to convert a floating point value to the equivalent binary number to be stored in the memory registry, the standard IEEE-754 floating point approach will be followed internally. However, if we ever had to reproduce these manually, we will have to follow these three steps.
Step 1:-
For Example, lets us take 263.3
The above number has 2 parts, one is whole number part and the second one is the fractional number part, both the parts are separated by the decimal point.
Firstly, find the equivalent binary number for the whole number part.(Division approach)
Secondly, find the equivalent binary number for the fractional number part.(Multiplication approach)
Step 2:-
Convert the resultant value to the scientific notation.
Step 3:-
Write the scientific notation in the IEEE-754 format
There will be 32 bits of registry will be created in the memory

The MSB or the left most bit is reserved for Signature which is 0 in our example

The next 8 bits is reversed for the exponent value. And, by considering bias which is 127, we need to add the exponent value with the bias as it is positive number, 127+8=135 is 10000111 in binary representation.
The Mantissa part is reserved for the fractional values(the remaining 23 bits).
263.3 is 0100 0011 1000 0011 1010 0110 0110 0110 (32 Bits)

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Java Primitive data type - float data type -IEEE 754 floating point representation», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.