Search code examples
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
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
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 do I get large random values when using scanf("%f", &intVar)? How do float inputs ...


cencodingfloating-pointintegerieee-754

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


javascriptieee-754

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


typesfloating-pointdoubleieee-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
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
Minimum / Maximum numbers that can be represented in floating point...


floating-pointprecisionlimitminieee-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
Extracting the exponent and mantissa of a Javascript Number...


javascriptmathhaskellghcieee-754

Read More
Convert a string with a hex representation of an IEEE-754 double into JavaScript numeric variable...


javascriptdoublehexieee-754

Read More
How can I bitwise-cast a 32-bit float into an integer without using typed arrays?...


javascriptieee-754

Read More
Exponent bias or the subtraction "Exponent - Bias" for IEEE 754 Floating Point Format...


encodingdecimalieee-754floatingieee

Read More
Ensuring C++ doubles are 64 bits...


c++typesprecisionieee-754

Read More
BackNext