Search code examples
Javascript - Convert hex to IEEE-754 32-bit single precision...

javascriptieee-754

Read More
Are there any modern platforms with non-IEEE C/C++ float formats?...

c++memorynetwork-programmingtypesieee-754

Read More
C# IEEE754 Rounding...

c#doubleprecisionieee-754

Read More
How is float variable auto-promoted to double type?...

cfloating-pointdoubleieee-754type-promotion

Read More
Why does IEEE 754 reserve so many NaN values?...

floating-pointnanieee-754

Read More
When is x(1/x) = 1 in floating point arithmetic?...

floating-pointieee-754

Read More
Unexpected result when operating with uint16_t without explicit casting to float...

cgccfloating-pointieee-754

Read More
the most accurate approximation of pi in IEEE-754 float64?...

ieee-754pi

Read More
Does the rounding rule of Java's Math.round conform to the IEEE 754 standard?...

javamathroundingieee-754

Read More
Why does comparison of NAN return true?...

javafloating-pointieee-754

Read More
Inconsistency between byte representations of IEEE754 single-precision floats...

cfloating-pointcommon-lispieee-754

Read More
C++ basic float parsing code slightly different result from std::atof...

c++parsingoptimizationfloating-pointieee-754

Read More
How does the int to float cast work for large numbers?...

cfloating-pointroundingieee-754bankers-rounding

Read More
Commonest rounding algorithm for IEEE754 floating point...

floating-pointroundingieee-754

Read More
Rounding in C++ and round-tripping numbers...

c++roundingieee-754

Read More
Why float's Rounding use round-to-even?...

floating-pointroundingieee-754bankers-rounding

Read More
Round to Nearest in IEEE 754...

floating-pointieee-754

Read More
on what systems does Python not use IEEE-754 double precision floats...

pythonfloating-pointieee-754

Read More
Can someone explain a conversion from decimal to IEE 754 Binary32?...

floating-pointieee-754

Read More
Weird behaviour in GDB when printing IEEE Format Double Precision...

gdbieee-754

Read More
Unknown behaviour when mantissa is larger than 23 bits?...

ieee-754

Read More
Floating-point number multiplication: a * 1.0 == a guaranteed?...

floating-pointieee-754

Read More
How comes all decimals with a few digits are printed correctly?...

pythonmathfloating-pointnumbersieee-754

Read More
Difference in casting float to int, 32-bit C...

ccastingfloating-pointieee-75432-bit

Read More
Why is a float "single precision"?...

floating-pointdoubleieee-754single-precision

Read More
32-bit of precision, what does it mean?...

javafloating-pointprecisionieee-754

Read More
Is every 32-bit floating-point number is exactly representable with 64-bit floating number...

floating-pointieee-754floating-accuracy

Read More
What is the rationale for tininess "before rounding" (instead of "after rounding&quot...

floating-pointarmieee-754

Read More
Go float comparison...

gofloating-pointieee-754

Read More
why String.format 0.1d double value as exact 0.1 in java?...

javaieee-754

Read More
BackNext