Search code examples
How to correctly implement multiply for floating point numbers (software FP)...

cfloating-pointmultiplicationadditionieee-754

Read More
Why quiet NaN is not always quiet and may lead to raising of floating-point exceptions?...

cfloating-pointnanieee-754c11

Read More
Usefulness of signaling NaN?...

c++visual-c++floating-pointieee-754x87

Read More
Why QNAN == QNAN does not lead to raising FE_INVALID exception?...

cfloating-pointieee-754floating-point-exceptionsc17

Read More
IEEE 754 conformant sqrtf() implementation taking into account hardware restrictions and usage limit...

cfloating-pointprecisionieee-754sqrt

Read More
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
BackNext