Search code examples
How do I round a number in JavaScript?...


javascriptfloating-pointnumbersrounding

Read More
Function that returns whether the floating-point type is fully compliant to IEEE-754?...


c++floating-pointieee-754standards-complianceextended-precision

Read More
IA64 doesn't correspond to IEEE standard for float numbers?...


c++floating-pointieee-754

Read More
Python output complex line with floats colored by value...


pythonprintingcolorsfloating-pointformat

Read More
Why is "long double" type of a variable producing absurd output while "float" an...


cfloating-pointdoublefloating-accuracylong-double

Read More
How to display two decimal places in Python when a number is perfectly divisible?...


pythonfloating-pointdecimal

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


cfloating-pointdoubleieee-754type-promotion

Read More
Why does the integer representation of a floating point number offer a piecewise linear approximatio...


mathfloating-pointlogarithmapproximation

Read More
How does C know the value of DBL_EPSILON in machines that do not follow the IEEE floating point conv...


cfloating-pointepsilon

Read More
C float type representation on fixed point hardware...


cfloating-pointfixed-point

Read More
Why uint64_t cannot show pow(2, 64) - 1 properly?...


c++floating-pointdoubleuint64

Read More
Why does JavaScript appear to be 4 times faster than C++?...


javascriptc++performancefloating-pointbenchmarking

Read More
Argument order to std::min changes compiler output for floating-point...


c++assemblyx86floating-point

Read More
Is there any architecture that uses the same register space for scalar integer and floating point op...


floating-pointcpu-architecturecpu-registers

Read More
Why do two floats that give the same output when printed not compare equal?...


phpfloating-point

Read More
What is the full version of the number: 1.7976931348623158E+308?...


floating-pointnumbers

Read More
Variadic function (va_arg) doesn't work with float?...


cfloating-pointvariadic-functions

Read More
Optimal code generation for std::isnan in Visual Studio 2026...


c++visual-c++floating-pointnancompiler-optimization

Read More
Density of floating point number - Magnitude of the number...


c++floating-point

Read More
ARM64 printing a float obtained via scanf...


linuxassemblyfloating-pointscanfarm64

Read More
How can we truncate float64 type to a particular precision?...


floating-pointgo

Read More
Why two NaNs with the same binary are still not equal to each other but two infs are?...


cfloating-pointbit-manipulation

Read More
Python float formatting - like "g", but with more digits...


pythonformattingfloating-point

Read More
When does appending an 'f' change the value of a floating constant when assigned to a `float...


cfloating-point

Read More
How can I encode two numbers in a single Integer?...


c#javascript.netfloating-pointbitmask

Read More
What is the difference between casting to `float` and adding `f` as a suffix when initializing a `fl...


ccastingfloating-point

Read More
Is this floating-point thermistor beta equation robust?...


cfloating-pointphysics

Read More
Break on NaNs or infs...


c++exceptionfloating-pointnumericalnan

Read More
Why does a float variable stop incrementing at 16777216?...


c#floating-point

Read More
What operations and functions on +0.0 and -0.0 give different arithmetic results?...


cfloating-point

Read More
BackNext