Search code examples
Losing precision when casting float to double, even for values that have precise binary representati...

c++ieee-754

Read More
Is IEEE multiplication by a power of two associative?...

floating-pointbit-manipulationieee-754

Read More
What is the approximate resolution of a single precision floating point number when its around zero...

cfloating-pointprecisionieee-754single-precision

Read More
decimal128 ieee 754 combination/exponent...

decimalieee-754dataformat

Read More
How does floating-point addition work in "np.finfo(np.float64).max + 1"?...

floating-pointieee-754

Read More
C why is the DBL_MANT_DIG macro defined as 53...

cfloating-pointprecisionieee-754

Read More
How much accuracy is lost due to representing time as a IEEE 754 binary64 number?...

floating-pointdoubleieee-754floating-accuracy

Read More
Determining the Upper Limit of Math.random() Output in Java...

javarandomfloating-pointdoubleieee-754

Read More
Does Python not follow IEEE-754 in case of division by zero?...

pythonfloating-pointruntime-errorieee-754divide-by-zero

Read More
My Floating-point problem - Trial in C++/Python...

pythonc++floating-pointieee-754

Read More
.NET rounding error in ToString("f2")...

c#c++floating-pointieee-754rounding-error

Read More
Do all C compilers implicitly drop the fractional when converting floating point to integer?...

ccastingfloating-pointieee-754

Read More
Convert number From Excel cell to IEEE 754 Hex format...

excelfloating-pointieee-754floating-point-conversion

Read More
When are denormals actually useful?...

floating-pointieee-754

Read More
Get next smallest Double number...

c#doubleieee-754floating-point-precisionepsilon

Read More
Next higher/lower IEEE double precision number...

floating-pointdoubleprecisionieee-754

Read More
What is the rationale for inf==inf in IEEE754...

floating-pointieee-754

Read More
How to subtract IEEE 754 numbers?...

mathfloating-pointieee-754

Read More
How to reliably separate decimal and floating parts from a number?...

pythonfloating-pointieee-754python-internals

Read More
Unexpected Output While std::cout float32 data twice, which previously swapped by _mm_shuffle_pi16...

c++assemblysseieee-754mmx

Read More
How to normalize the sum of two IEEE754 single precision numbers?...

floating-pointverilogsystem-verilogieee-754twos-complement

Read More
What is the difference between float and double?...

c++cfloating-pointprecisionieee-754

Read More
How to safely do floating point arithmetic in C...

cfloating-pointprecisionieee-754

Read More
How to compute mean of two floating-point numbers?...

floating-pointlanguage-agnosticieee-754

Read More
Is there a way to make serde_json handle NaN, Inf and -Inf properly/improperly (IEEE 754 Specials)?...

jsonrustieee-754serdeserde-json

Read More
Use the 8-bit version of the IEEE 754 floating point format to find the representation of 32 to the ...

floating-pointcomputer-scienceieee-754

Read More
Floating Point to Binary Value(C++)...

c++binaryfloating-pointieee-754

Read More
Implied bit in IEEE floating point format...

bitieee-754

Read More
Adding a IEEE-754 Floating Point and a Float number in C++...

c++ieee-754

Read More
Large numbers erroneously rounded in JavaScript...

javascriptfloating-pointfloating-accuracyieee-754

Read More
BackNext