Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

The Double byte size in 32 bit and 64 bit OS

Ranges of floating point datatype in C?

c floating-point ieee-754

Do any real-world CPUs not use IEEE 754?

Does the C++ standard specify anything on the representation of floating point numbers?

Converting IEEE 754 floating point in Haskell Word32/64 to and from Haskell Float/Double

sign changes when going from int to float and back

32-bit to 16-bit Floating Point Conversion

c++ networking ieee-754

In binary notation, what is the meaning of the digits after the radix point "."?

c++ c floating-point ieee-754

What would cause the C/C++ <, <=, and == operators to return true if either argument is NaN?

c++ c nan ieee-754

Portability of binary serialization of double/float type in C++

Why does division by zero in IEEE754 standard results in Infinite value?

Coercing floating-point to be deterministic in .NET?

Double vs float on the iPhone

Double precision - decimal places

c++ c precision ieee-754

Why does IEEE 754 reserve so many NaN values?

floating-point nan ieee-754

Why is Number.MAX_SAFE_INTEGER 9,007,199,254,740,991 and not 9,007,199,254,740,992?

Difference between Java's `Double.MIN_NORMAL` and `Double.MIN_VALUE`?

java ieee-754

How does this float square root approximation work?

Usefulness of signaling NaN?

Are the bit patterns of NaNs really hardware-dependent?