Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

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?

Is there any definition how floating-point values evaluated at compile-time are rounded?

c++ c floating-point ieee-754

Why do we need IEEE 754 remainder?

Is there any way to see a number in it's 64 bit float IEEE754 representation

javascript binary ieee-754