New posts in floating-point

Clarification on the Decimal type in Python

Double multiplied by 100 and then cast to long is giving wrong value

Is there any advantage to using pow(x,2) instead of x*x, with x double?

C++ floating point to integer type conversions

Is there a document describing how Clang handles excess floating-point precision?

Do std::min(0.0, 1.0) and std::max(0.0, 1.0) yield undefined behavior?

PHP float calculation error when subtracting

Printing double without losing precision

Why is comparing floats inconsistent in Java?

numpy float: 10x slower than builtin in arithmetic operations?

How does this float square root approximation work?

Why is the precision of numpy output different each time?

Java double comparison epsilon

How to change number from type 'float' into type 'int' in a set? [duplicate]

is nodejs cheating when comparing to big numbers? [duplicate]

can't multiply sequence by non-int of type 'float'

Why are floating point infinities, unlike NaNs, equal?

Most idiomatic way to convert a Float value to a string without a decimal point in Kotlin

How do I convert a float to an int in Objective C?

My floating point number has extra digits when I print it