Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

How to correctly normalize a floating point value in C++?

How does the C == operator decide whether or not two floating point values are equal?

Exact textual representation of an IEEE "double"

Where's the 24th fraction bit on a single precision float? IEEE 754

c++ c ieee-754

Accurate evaluation of 1/1 + 1/2 + ... 1/n row

c++ sum ieee-754

Minimum and maximum of signed zero

How many different sums can we get from very few floats?

Convert IEEE 754 to decimal floating point

php hex decimal ieee-754

How are IEEE-754 single and double precision formats determined?

precision ieee-754

Probability that a formula fails in IEEE 754

addition instead of subtraction in Kahan algorithm

IEEE floating point signalling NaN (sNaN) in Haskell

Why can a naive abs implementation not be optimized well in C++?

For any finite floating point value, is it guaranteed that x - x == 0?

Encoding and decoding IEEE 754 floats in JavaScript

Any IEEE754(r) compliant implementations for Java?

How to test for -1.#IND (indeterminate) in Lua?

lua nan ieee-754

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

What is overflow and underflow in floating point

Java/C: OpenJDK native tanh() implementation wrong?