Search code examples
Why does MSVS not optimize away +0?...

cfloating-pointcompiler-optimizationieee-754negative-zero

Read More
In IEEE 754, why does adding negative zero result in a no-op but adding positive zero does not?...

floating-pointcompiler-optimizationieee-754negative-zero

Read More
Are JS engines allowed to change the bits of a NaN?...

javascriptieee-754

Read More
Is there a value of type `double`, `K`, such that `K * K == 3.0`?...

c++cmathfloating-pointieee-754

Read More
Why does C or C++ “-0” not produce a floating-point −0?...

c++floating-pointprecisionieee-754

Read More
How to transform double to IEEE754 format?...

c#type-conversiondoubleieee-754

Read More
What does the following x86 assembly code with the FLDCW instruction do?...

assemblyx86floating-pointieee-754x87

Read More
What is the minimum number of significant decimal digits in a floating point literal to represent th...

cfloating-pointprecisionnumerical-methodsieee-754

Read More
What's the maximum precision (after the decimal point) of a float in Javascript...

javascriptfloating-pointprecisionieee-754

Read More
what exactly precision of 15 digits mean for float data type?...

sql-serversql-server-2005floating-pointprecisionieee-754

Read More
Why are numbers with many significant digits handled differently in C# and JavaScript?...

javascriptc#floating-pointieee-754

Read More
C/C++: Are IEEE 754 float addition/multiplication/... and int-to-float conversion standardized?...

c++cieee-754

Read More
For IEEE-754 floating point arithmetic, is the mantissa in [0.5, 1) or in [1, 2)?...

mathfloating-pointprecisionieee-754

Read More
IEEE 754: rationale for format: subnormal and normal numbers...

formatieee-754subnormal-numbers

Read More
Is it guaranteed that division by power of 10 gives accurate result in Floating-point arithmetic sta...

javascriptieee-754

Read More
define double constant as hexadecimal?...

c++floating-pointfloating-accuracyieee-754notation

Read More
When multiple a relative big floating point value with two relative small floating point value, what...

c++cmathfloating-pointieee-754

Read More
Handling money value, is it safe to divide a number by 100?...

javascriptieee-754ieee

Read More
binary floating point addition algorithm...

floating-pointbinaryieee-754

Read More
Find a real life example of floating point error...

phpfloating-pointieee-754

Read More
PPC64 long double's machine epsilon calculation...

floating-pointieee-754powerpcepsilondouble-double-arithmetic

Read More
How come all floating-point numbers can be represented in decimal?...

floating-pointieee-754

Read More
Why is 8099.99975f != 8100f?...

javafloating-pointieee-754single-precision

Read More
How does this float square root approximation work?...

c++coptimizationfloating-pointieee-754

Read More
how to control rounding mode of real number in systemverilog...

roundingsystem-verilogieee-754

Read More
Discrepancy in result of Intrinsics vs Naive Vector reduction...

c++vectorsimdieee-754intrinsics

Read More
Is there any C compiler which defines both __STDC__ and __STDC_IEC_559__ to 1?...

cfloating-pointieee-754c11standards-compliance

Read More
The calculation accuracy of floating-point numbers (float, double) in Java (IEEE 754)...

javaieee-754

Read More
IEEE 754: Underflow: is inexact flag required to be raised?...

exceptionfloating-pointlanguage-lawyerieee-754underflow

Read More
How to reduce the float rounding error when converting it into fixed-point in C++?...

c++ieee-754bitset

Read More
BackNext