Search code examples
Converting IEEE 754 floating point in Haskell Word32/64 to and from Haskell Float/Double...


haskellfloating-pointghcieee-754

Read More
Relationships between 128, 64, and 32 bit IEEE-754 floating point numbers...


floating-pointbinaryieee-754

Read More
Floating Point: Why does the implicit 1 change the value of the fractional part?...


floating-pointieee-754

Read More
Is there a floating point value of x, for which x-x == 0 is false?...


floating-pointfloating-accuracyieee-754

Read More
Float and double datatype in Java...


javafloating-pointdoubleieee-754

Read More
IEEE Floating-Point Number Bound for (b-a)+a, where 0=<a<=b...


ieee-754

Read More
Biggest integer that can be stored in a double...


typesfloating-pointdoubleieee-754

Read More
What is the difference between quiet NaN and signaling NaN?...


floating-pointnanieee-754

Read More
Java Double Precision - Rounding - %f specifier...


javafloating-pointprecisionieee-754

Read More
float16_t rounding on ARM NEON...


armieee-754half-precision-float

Read More
Numpy Float to HalfFloat conversion RNE when result is subnormal...


numpyfloating-pointieee-754

Read More
How to achieve same double to string conversion rounding results in C++ and C#?...


c#c++ieee-754

Read More
Why does floating-point output differ across platforms?...


javajdbcfloating-pointcpu-architectureieee-754

Read More
What does the IEEE 754 single precision representation of the number 0 look like?...


ieee-754

Read More
Using "%d" to print double variable outputs differently in IA32 and IA32-64...


cmemoryprintfieee-754stdio

Read More
Is the maximum safe integer representable in IEEE double format 2⁵³ or 2⁵⁴?...


floating-pointdoubleieee-754

Read More
How many values can be represented in a range when using 64-bit floating point type in the most effi...


floating-pointieee-754

Read More
Does any floating point-intensive code produce bit-exact results in any x86-based architecture?...


cx86floating-pointieee-754fast-math

Read More
Example of Code with and without strictfp Modifier...


javafloating-pointprecisionieee-754strictfp

Read More
Is Google Sheets less or more accurate than Microsoft Excel?...


excelgoogle-sheetsieee-754floating-accuracy

Read More
Whats the smallest de-/normalized number greater than 1?(64bit)...


floating-pointbinaryfloating-accuracyieee-754denormalization

Read More
complex multiplication / divison with infinity and nan...


mathfloating-pointieee-754complex-numbers

Read More
How to check if C++ compiler uses IEEE 754 floating point standard...


c++floating-pointieee-754

Read More
Find average of last n floats in a stream in O(1)...


javaalgorithmstreamfloating-pointieee-754

Read More
Why do we need both a round bit and a sticky bit in IEEE 754 floating point implementations?...


floating-pointieee-754

Read More
Minimum / Maximum numbers that can be represented in floating point...


floating-pointprecisionlimitminieee-754

Read More
Round a floating point value to the nearest power of two...


c++ieee-754

Read More
How to get Python division by -0.0 and 0.0 to result in -Inf and Inf, respectively?...


pythonpython-2.7ieee-754divide-by-zero

Read More
Is it 52 or 53 bits of floating point precision?...


floating-pointieee-754floating-point-precision

Read More
Why console.log shows only part of the number resulting from 0.1+0.2=0.30000000000000004...


javascriptbinaryieee-754

Read More
BackNext