Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

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]

Interesting float bug in Calculator - why does this occur?

floating-point ieee-754

Floating point range reduction

c# mono sse simd ieee-754

Reverse engineering unknown floating point format

JavaScript precision

Skipping "test for zero" checks in IEEE 754

c ieee-754

integer stored as float

math ieee-754

Intel architecture and IEEE 754 compliance (minNum and maxNum)?

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?