Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Heuristic to identify if a series of 4 bytes chunks of data are integers or floats

Python float formatting - like "g", but with more digits

Difference in floating point arithmetics between x86 and x64

Unsigned 64-bit to double conversion: why this algorithm from g++

Why does counting to 2^24 execute quickly, but counting to 2^25 take much longer?

java floating-point

How to round float 0.5 up to 1.0, while still rounding 0.45 to 0.0, as the usual school rounding?

MinGW GCC 4.9.1 and floating-point determinism

How to deal with underflow in scientific computing?

Does setprecision in c++ round? If so why am I seeing this?

c++ floating-point

Way to get floating-point special values in CUDA?

cuda floating-point nvidia nan

Why does Math.cbrt(1728) produce a more accurate result than Math.pow(1728, 1/3)?

javascript floating-point

More precision than double in swift

swift floating-point double

Why does double.IsNegative(double.NaN) return true?

c# floating-point double

Converting String "2½" (two and a half) into 2.5

How to get the smallest next or previous possible double value supported by the architecture?

java floating-point

JSON.parse parses / converts big numbers incorrectly

What is the nature of the round off error here?

python floating-point

Parse unix timestamp with decimal from float using time.Unix()?

Why is Python's round so strange?

What is the smallest number which can be represented in python?

python floating-point