New posts in floating-point

Does the C++ standard specify anything on the representation of floating point numbers?

Is floating point arithmetic stable? [duplicate]

Moving point along the vector

Check double variable if it contains an integer, and not floating point

When does underflow occur?

Truncate float numbers with PHP

Why 3.14*3.0*3.0 != 3.14*3.0**2? [duplicate]

How do I overload `float()` for a custom class?

Why does JavaScript appear to be 4 times faster than C++?

Integers in JavaScript

In .net, how do I choose between a Decimal and a Double

Is the most significant decimal digits precision that can be converted to binary and back to decimal without loss of significance 6 or 7.225?

How to convert from float to bigDecimal in java?

What's the relative speed of floating point add vs. floating point multiply

Python 3 Float Decimal Points/Precision

float bits and strict aliasing

Is there a reliable way in JavaScript to obtain the number of decimal places of an arbitrary number?

Compressing floating point data

Print a float number in normal form, not exponential form / scientific notation [duplicate]

Scala Divide two integers and get a float result