New posts in ieee-754

Representing integers in doubles

Portability of binary serialization of double/float type in C++

Why does (inf + 0j)*1 evaluate to inf + nanj?

Why is 8099.99975f != 8100f?

C why is the DBL_MANT_DIG macro defined as 53 [duplicate]

Type-juggling and (strict) greater/lesser-than comparisons in PHP

Algorithm to convert an IEEE 754 double to a string?

Why converting from float to double changes the value?

What is the difference between quiet NaN and signaling NaN?

What is a subnormal floating point number?

Is it possible to get 0 by subtracting two unequal floating point numbers?

How to calculate float type precision and does it make sense?

Is floating-point math consistent in C#? Can it be?

Why does the floating-point value of 4*0.1 look nice in Python 3 but 3*0.1 doesn't?

Formatting doubles for output in C#

Double precision - decimal places

Coercing floating-point to be deterministic in .NET?

Float and double datatype in Java

Why does NaN - NaN == 0.0 with the Intel C++ Compiler?

What range of numbers can be represented in a 16-, 32- and 64-bit IEEE-754 systems?