New posts in floating-point

Cancellation Problem in Borwein's quartic Algorithm for computing $\pi$

How to alter a float by its smallest increment (or close to it)?

Are the bit patterns of NaNs really hardware-dependent?

Why does a float variable stop incrementing at 16777216 in C#?

How to check whether input value is integer or float?

double or float, which is faster? [duplicate]

Set the display precision of a float in Ruby

Double vs float on the iPhone

How to force GCC to assume that a floating-point expression is non-negative?

Will the scope of floating point variables affect their values?

Why does MSVS not optimize away +0?

How does rewriting $x^2 -y^2$ as $(x+y)(x-y)$ avoid catastrophic cancellation?

Unittest (sometimes) fails because floating-point imprecision

Convert timedelta to floating-point

JSON standard - floating point numbers

Round a float up to the next integer in objective C?

Algebraic structure for the floating-point arithmetic.

Adding smallest possible float to a float

Comparing float and double in C

Why does Rust not implement total ordering via the Ord trait for f64 and f32?