У нас вы можете посмотреть бесплатно How Floating Point Numbers Work (in 7 minutes!) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Explore floating point numbers to discover how floats work. Every developer and programmer needs a basic understanding of how floating point numbers work, and this video will get you there. We'll compare two examples, 1.0 and 4.5, to reveal patterns inside floating point numbers and understand exactly why the number 1.0 as a 32-bit float has seven ones inside it. Specifically, the floats in this video are IEEE single-precision floating point numbers with 32-bits. This video is easiest to use in C++, C, Java, or C#, but you can also get 32-bit floats in Python with Numpy. Floating point numbers represent decimals in a computer, with floating point number applications including data analysis, game development, research, and plenty of other areas. Links: What every computer scientist should know about floating point numbers (main source) https://docs.oracle.com/cd/E19957-01/... My other video about floats (and how they drive people crazy!) • Why Floats Will Drive You Crazy(happens to... If you like my teaching style, I offer tutoring: https://www.codeslatetutoring.com/fro... Thank you, and I hope you enjoy the video!