Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

How to check if C++ compiler uses IEEE 754 floating point standard

In Scala, why is NaN not being picked up by pattern matching?

Is there any accuracy gain when casting to double and back when doing float division?

How computer does floating point arithmetic?

Half-precision floating-point in Java

Is a float guaranteed to be preserved when transported through a double in C/C++?

Why is the square root of -Infinity +Infinity in Java? [duplicate]

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