Search code examples
IEEE 754 calculation discrepancy...

computer-scienceieee-754

Read More
Finding 0 - (Python Testing) random.uniform(0,1) Double Precision Floating Point...

pythonrandomieee-754proof

Read More
Confusion regarding floating point representation...

floating-pointieee-754denormal-numbers

Read More
Should two programs compiled with -O0 and -O2 each produce identical floating point results?...

c++gccfloating-pointprecisionieee-754

Read More
What is the rationale for all comparisons returning false for IEEE754 NaN values?...

floating-pointcomparisonnanieee-754iec10967

Read More
Denormalized Numbers - IEEE 754 Floating Point...

performancefloating-pointstandardsieee-754subnormal-numbers

Read More
Why is zero not a subnormal number?...

floating-pointieee-754

Read More
Best non-trigonometric floating point approximation of tanh(x) in 10 instructions or less...

algorithmmathfloating-pointieee-754approximation

Read More
What range of numbers can be represented in a 16-, 32- and 64-bit IEEE-754 systems?...

floating-pointprecisionnumericalieee-754

Read More
Is there a double number better than 1.0 for representing the real number 1 + 1e-16?...

floating-pointieee-754rounding-error

Read More
Why double.IsNaN has so strange implementation...

c#.netfloating-pointdoubleieee-754

Read More
Which is the first integer that an IEEE 754 float is incapable of representing exactly?...

typesfloating-pointieee-754

Read More
float.h-like definitions for IEEE 754 binary16 half floats...

ieee-754half-precision-float

Read More
Do any real-world CPUs not use IEEE 754?...

performancesortingfloating-pointieee-754

Read More
On the float_precision argument to pandas.read_csv...

pythonalgorithmpandasfloating-pointieee-754

Read More
What is (+0)+(-0) by IEEE floating point standard?...

c++floating-pointieee-754negative-zero

Read More
Computing a correctly rounded / an almost correctly rounded floating-point cubic root...

algorithmfloating-pointieee-754

Read More
Why can't float/double MinValue/MaxValue fit inside a decimal?...

c#floating-pointieee-754

Read More
Why do I get -0 when dividing any number by -Infinity in JavaScript?...

javascriptjestjsieee-754negative-number

Read More
Is checking the location of the sign bit enough to determine endianness of IEEE-754 float with respe...

c++floating-pointendiannessportabilityieee-754

Read More
Assign a decimal value to a REAL8 local variable using MASM...

assemblyfloating-pointx86-64masmieee-754

Read More
Min and max precision of a denormalized double?...

floating-pointdoubleprecisionieee-754

Read More
IEEE 754 Floating point overflow/denormals and symmetry questions...

floating-pointieee-754

Read More
Does a floating-point reciprocal always round-trip?...

floating-pointprecisionfloating-accuracyieee-754

Read More
Smallest i with 1/i == 1/(i+1)?...

pythonfloating-pointprecisionieee-754floating-accuracy

Read More
What is the range in which IEEE754 can correctly compare the size of floating point numbers...

javaieee-754

Read More
How does the IEEE754 specification compare the size relationship between two floating-point numbers?...

ieee-754

Read More
How can I convert an IEEE-754 binary representation String to a float or double in Java?...

javastringfloating-pointieee-754string-parsing

Read More
Strength reduction on floating point division by hand...

cfloating-pointx86-64ieee-754strength-reduction

Read More
How to distinguish between 1 and zero floating-point values?...

assemblyfloating-pointformatieee-754

Read More
BackNext