Search code examples
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
Is Serializing Floats Necessary for Cross-Platform Network Code?...


cnetwork-programmingserializationfloating-pointieee-754

Read More
Given two doubles, how to determine if their quotient is exact?...


javamathfloating-pointieee-754

Read More
Can I guarantee the C++ compiler will not reorder my calculations?...


c++optimizationfloating-pointieee-754double-double-arithmetic

Read More
What is a subnormal floating point number?...


c++c++11floating-pointieee-754denormal-numbers

Read More
Why does 2x - x == x in IEEE floating point precision?...


pythonprecisionieee-754

Read More
Weird power series coefficients in reference implementations of atan()...


cglibcieee-754atan

Read More
Why do we need IEEE 754 remainder?...


floating-pointmoduloieee-754

Read More
Why does this Java float addition example behave like the mantissa is 24 bits long?...


javaadditionprecisionieee-754mantissa

Read More
Exactly replicating repeated addition of floating-point values...


floating-pointprecisionieee-754

Read More
Why is Number.MAX_VALUE 1.7976931348623157e+308 instead of 9007199254740992e+1024?...


javascriptieee-754

Read More
32-bit to 16-bit Floating Point Conversion...


c++network-programmingieee-754

Read More
Lossy conversion between long double and double...


c++floating-pointtype-conversionieee-754

Read More
Why doesn't my manually entered double value match the expected value in C?...


cencodingbinarydoubleieee-754

Read More
What happens when the integer value with more than 52-bit of mantissa is stored in the double data t...


cencodingbinarydoubleieee-754

Read More
Converting a number to IEEE 754...


mathfloating-pointbinaryieee-754calculation

Read More
Why is NaN not equal to NaN?...


floating-pointlanguage-agnosticnanieee-754

Read More
IEEE floating-point rounding in C...


cfloating-pointroundingc99ieee-754

Read More
Can a IEEE 754 real number "cover" all integers within its range?...


mathfloating-pointieee-754

Read More
C and infinity arithmetic...


cmathieee-754infinity

Read More
When creating a nan which contains a char-sequence, how do I get the char-sequence back?...


c++floating-pointnanieee-754

Read More
BackNext