Floating point

Binary floating point

No description. (Wikipedia).

Video thumbnail

Binary 4 – Floating Point Binary Fractions 1

This is the fourth in a series of videos about the binary number system which is fundamental to the operation of a digital electronic computer. In particular, this video covers the representation of real numbers using floating point binary notation. It begins with a description of standard

From playlist Binary

Video thumbnail

Binary 3 – Fixed Point Binary Fractions

This is the third in a series of videos about the binary number system which is fundamental to the operation of a digital electronic computer. It covers the representation of real numbers in binary using a fixed size, fixed point, register. It explains with examples how to convert both po

From playlist Binary

Video thumbnail

Binary 5 – Floating Point Range versus Precision

This is the fifth in a series of videos about the binary number system which is fundamental to the operation of a digital electronic computer. In particular, this video elaborates on the representation of real numbers using floating point binary notation. It explains how the relative allo

From playlist Binary

Video thumbnail

Binary 7 – Floating Point Binary Addition

This is the seventh in a series of videos about the binary number system which is fundamental to the operation of a digital electronic computer. In particular, this video covers adding together floating point binary numbers for a given sized mantissa and exponent, both in two’s complement.

From playlist Binary

Video thumbnail

Binary 8 – Floating Point Binary Subtraction

This is the eighth in a series of videos about the binary number system which is fundamental to the operation of a digital electronic computer. In particular, this video covers subtraction of floating point binary numbers for a given sized mantissa and exponent, both in two’s complement.

From playlist Binary

Video thumbnail

Binary 6 – Normalised Floating Point Binary Fractions

This is the sixth in a series of videos about the binary number system which is fundamental to the operation of a digital electronic computer. In particular, this video covers the conversion of real numbers, both positive and negative, from denary into normalised floating point binary. It

From playlist Binary

Video thumbnail

IEEE 754 Standard for Floating Point Binary Arithmetic

This computer science video describes the IEEE 754 standard for floating point binary. The layouts of single precision, double precision and quadruple precision floating point binary numbers are described, including the sign bit, the biased exponent and the mantissa. Examples of how to con

From playlist Binary

Video thumbnail

Floating Point Representation

Floating Point Representation

From playlist Scientific Computing

Video thumbnail

RubyConf 2022: 1.5 is the Midpoint Between 0 and Infinity by Peter Zhu

What’s the midpoint between 0 and infinity? Well, the answer differs depending on whether you are asking a mathematician, philosopher, or a Ruby developer. I’m not a mathematician or a philosopher, but I am a Ruby developer, so I can tell you that 1.5 is the midpoint between 0 and infinity

From playlist RubyConf 2022: Mini and Houston

Video thumbnail

How to use decimal points

👉 Learn all about decimals. Decimals are numbers written with a decimal point. Digits can be written to the right or to the left of the decimal point. Digits are written to the left of the decimal point increase in value by multiples of 10 while digits written to the right decrease by mul

From playlist Decimals | Learn About

Video thumbnail

Assembly Language Tutorial 4 Floats & Switch

Code & Transcript Here : http://goo.gl/Tl6GCN Support me on Patreon : https://www.patreon.com/derekbanas In this part of my Assembly Language Tutorial I will cover how to convert decimal values into floats, storing and loading floats, performing arithmetic on floats, comparing floats and

From playlist Assembly Language

Video thumbnail

!!Con 2020 - Printing floating point numbers is surprisingly hard!! by Gargi Sharma

Printing floating point numbers is surprisingly hard!! by Gargi Sharma Not many of us have wondered “how are floating-point numbers rendered as text strings?” and for good reason! This doesn’t seem like a hard problem to solve! But even in 2020, you don’t have guarantees in some languages

From playlist !!Con 2020

Video thumbnail

Binary 1 - Converting to and from Denary

This is the first in a series of computer science videos about the binary number system which is fundamental to the operation of a digital electronic computer. It covers the need for binary and details of how to convert positive whole numbers in base 10 into 8 bit binary, and vice versa.

From playlist GCSE Computer Science

Related pages

Floating-point arithmetic