Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts 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

Accuracy of floating point arithmetic

Questions regarding operations on NaN

What exactly does (1.0e300 + pow(2.0, -30.0) > 1.0) do in STDC?

c ieee-754 atan2

What is the risk of numerical instabilities when predividing denominators?

Floating-point division - bias to avoid a result less than an 'exact' value

Sorting floating-point values using their byte-representation

Some C Floating Point Constants Don't Make Sense