Search code examples
Can the floating-point status flag FE_UNDERFLOW set when the result is not sub-normal?...


cfloating-pointieee-754

Read More
IEEE 754 conformant sqrt() implementation for double type...


floating-pointroundingprecisionieee-754sqrt

Read More
What is the risk of numerical instabilities when predividing denominators?...


cfloating-pointnumericieee-754

Read More
convert 64 bit decimal to binary...


cieee-754

Read More
Why does a calculation error occur when this double value is multiplied by 2 in C++?...


c++ieee-754calculation

Read More
Difference between ULP (unit in the last place) and quantum (IEEE 754)...


floating-pointieee-754

Read More
IEEE 754: Where "the rounded result is within 0.5 ULP of the mathematically exact result" ...


floating-pointprecisionieee-754floating-accuracy

Read More
It it safe to convert from int64 to float64?...


goieee-754

Read More
Floating-point-to-integer conversion rounding up instead of truncating...


cfloating-pointclangieee-754floating-point-conversion

Read More
Why conversion (unsigned long long)DBL_MAX (or FLT_MAX) causes raising of FE_INEXACT as well?...


cexceptionfloating-pointlanguage-lawyerieee-754

Read More
Does C99 assume that subnormal numbers are supported?...


clanguage-lawyerc99ieee-754

Read More
Is IEEE 754-2008 deterministic?...


javascriptfloating-pointieee-754deterministic

Read More
Reconstruct an IEEE754 floating point binary from a fixed point integer without FPO...


cfloating-pointieee-754fixed-point

Read More
In NodeJS, how to encode a 32 bits float number from a Buffer to a (json) string preserving original...


javascriptnode.jsieee-754

Read More
Delphi and MSVC do not compare +NAN with zero the same way...


cdelphiieee-754

Read More
Converting from IEEE-754 to Fixed Point with nearest rounding...


roundingieee-754fixed-pointrounding-error

Read More
Why does isnan(x) exist if x != x gives the same result?...


cnanieee-754

Read More
Getting the significant half of a Number...


javascriptieee-754

Read More
Python program to convert Hexadecimal to IEEE-754 Floating Point with Single precision...


pythonpython-3.xbase64hexieee-754

Read More
Delphi: define const double from binary representation...


delphitype-conversionieee-754rad-studio

Read More
Convert javascript number to float (single precision IEEE-754) and receive integer bits...


javascriptieee-754

Read More
Converting IEEE 754 from bit stream into float in JavaScript...


javascriptfloating-pointieee-754

Read More
Encoding and decoding IEEE 754 floats in JavaScript...


javascriptfloating-pointnode.jsieee-754

Read More
Is IEEE-754 representation used in C?...


cfloating-pointieee-754

Read More
Why is the Exponent for Float (32 Bit) in Java -126 and not -128?...


javafloating-pointieee-754single-precision

Read More
FLT_HAS_SUBNORM is 0: does manually constructed subnormal lead to well-defined behavior when using s...


cieee-754

Read More
If __STDC_IEC_559__ is not defined, then how to determine that FP (at least partially) conforms to I...


cfloating-pointieee-754standards-compliance

Read More
How __STDC_IEC_559__ affects UB gaps?...


cfloating-pointundefined-behaviorieee-754

Read More
C compiler's FP based on non-IEEE 754: is such C compiler C standard compliant?...


cfloating-pointieee-754standards-compliance

Read More
Formatting doubles for output in C#...


c#formattingfloating-pointieee-754

Read More
BackNext