Search code examples
Why does the floating-point value of 4*0.1 look nice in Python 3 but 3*0.1 doesn't?...

pythonfloating-pointroundingfloating-accuracyieee-754

Read More
What operations can make floats leave a [0, 1] range?...

c++floating-pointprecisionieee-754

Read More
Is comparing two same "literal" float numbers for equality wrong?...

javafloating-pointprecisionfloating-accuracyieee-754

Read More
Find Absolute in AVX...

floating-pointieee-754avxavx2absolute-value

Read More
Can -ffast-math be safely used on a typical project?...

c++coptimizationfloating-pointieee-754

Read More
Floating point types representation...

c++memoryfloating-pointprecisionieee-754

Read More
Does IEEE 754 float division or subtraction by itself always result in the same value?...

ieee-754

Read More
Let double d=9.2, why int a= d*10 is 92 not 91?...

ieee-754

Read More
Why can a naive abs implementation not be optimized well in C++?...

c++optimizationfloating-pointcompiler-optimizationieee-754

Read More
Reading decimal representation floats from a CSV with pandas...

pythonpandasnumpycsvieee-754

Read More
inaccurate results for calculations using floats - Simple solution...

pythonfloating-pointbinaryfloating-accuracyieee-754

Read More
Arduino convert float to hex IEEE754 Single precision 32-bit...

arduino32-bitieee-754single-precision

Read More
Floating Point Algorithm when Divisor Mantissa is all zeros - say in the case of 2.0 in - IEEE -754...

algorithmfloating-pointfloating-accuracyieee-754

Read More
Could x * y == y when x != 1 and y != 0?...

c#ieee-754

Read More
Explain a surprising parity in the rounding direction of apparent ties in the interval [0, 1]...

pythonfloating-pointroundingieee-754

Read More
Floating point to binary using IEEE 754...

binaryfloating-pointieee-754single-precision

Read More
Does the same floating-point calculation producing different results when performed twice indicate I...

c++floating-pointieee-754

Read More
IEEE-754 Standard...

formatieee-75416-bithalf-precision-float

Read More
Floating point number representation...

precisionieee-754digitalnumber-systems

Read More
Why am I losing precision when reading in IEEE-754 floating point from a file encoded in 32-bit bina...

cmatlabfloating-pointprecisionieee-754

Read More
After converting bits to Double, how to store actual float/double value without using BigDecimal?...

javafloating-pointbigdecimalieee-754single-precision

Read More
Why does casting Double.NaN to int not throw an exception in Java?...

javacastingfloating-pointieee-754

Read More
Does a float exist that wrongly evaluates to slightly below .5 or .0?...

javaroundingprecisionieee-754

Read More
How to see the size of the incoming floating point number?...

cfloating-pointdoublescanfieee-754

Read More
Is it possible to export glTF models vertices, UVs and normals with signed short "2 bytes"...

floating-pointieee-754shortgltf

Read More
C++11: Print `double` as hex?...

c++c++11floating-pointieee-754gmp

Read More
Cast long to double with non-default rounding mode...

javaieee-754

Read More
Converting hex string representation to float in python...

pythonhexieee-754

Read More
The sum of NaNs: How is the underlying bit pattern calculated?...

javamathfloating-pointnanieee-754

Read More
Unpack IEEE 754 Floating Point Number...

pythonpython-3.xstructieee-754pymodbus

Read More
BackNext