Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Floating multiplication performing slower depending of operands in C

Strange behaviour with floats and string conversion

NaN ASCII I/O with Visual C++

How does C++ deal with NAN? Is there a standard way or is compiler dependent?

c++ floating-point nan

Changing strings to floats in an imported .csv

IEEE double such that sqrt(x*x) ≠ x

C# float to decimal conversion

c# floating-point precision

Java vs C floating point: "x * x" differs from "pow(x,2)"?

Why does Resharper complain when I compare a double to zero?

c# floating-point resharper

How to convert a floating point value greater than Int.max to Int in Swift

ios swift floating-point

How to implement the "fast inverse square root" in Java?

Difference between sqrt and sqrtf

c++ floating-point

How are floating point array indices interpreted?

What happens to a float variable when %d is used in a printf?

c floating-point printf

Precise sum of floating point numbers

Why do floating point operations display different in some languages?

floating-point

Behaviour of negative zero (-0.0) in comparison with positive zero (+0.0)

c++ floating-point ieee-754

Read floats from a .txt file

c++ file text floating-point

Why is calling float() on a number slower than adding 0.0 in Python?

Why does (int)(33.46639 * 1000000) return 33466389?