Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

Why double.IsNaN has so strange implementation

Is - (- x) = x correct in floating point arithmetic?

floating-point ieee-754

Why do we have "is not a Number" (isNan) functions?

Convert Hex to single precision

Decimal to binary Half-Precision IEEE 754 in Python

How to output IEEE-754 format integer as a float

Why don't operations on double-precision values give expected results?

Layman's explanation for why JavaScript has weird floating math – IEEE 754 standard [duplicate]

javascript ieee-754

Converting IEEE 754 from bit stream into float in JavaScript

Packing 32bit floats into 30 bits (c++)

In IEEE 754 and JavaScript, how is 0 and -0 represented differently?

javascript ieee-754

Which floating point operations generate quiet/signalling NaN?

floating-point nan ieee-754

CUDA float addition gives wrong answer (compared to CPU float ops) [closed]

When creating a nan which contains a char-sequence, how do I get the char-sequence back?

c++ floating-point ieee-754

Is there a floating point value of x, for which x-x == 0 is false?

What is the difference between float and double?