New posts in floating-point

Why can a floating point dictionary key overwrite an integer key with the same value?

Count number of digits after `.` in floating point numbers?

How can I test for negative zero?

Should we compare floating point numbers for equality against a *relative* error?

How to subtract IEEE 754 numbers?

Converting Int to Float or Float to Int using Bitwise operations (software floating point)

Comparing IEEE floats and doubles for equality

Can I make gcc tell me when a calculation results in NaN or inf at runtime?

Numerically stable way to compute sqrt((b²*c²) / (1-c²)) for c in [-1, 1]

Why does Math.min() return -0 from [+0, 0, -0]

Will floating point operations on the JVM give the same results on all platforms?

"Expression is not assignable" -- Problem assigning float as sum of two other floats in Xcode?

Best way to generate a random float in C# [closed]

Avoiding denormal values in C++

Java:Why should we use BigDecimal instead of Double in the real world? [duplicate]

Getting the actual, floating-point width of an element

How to properly compare decimal values in C#?

In JavaScript, why does zero divided by zero return NaN, but any other divided by zero return Infinity?

What types of numbers are representable in binary floating-point?

How do I convert an array of floats to a byte[] and back?