Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

IEEE 754: sqrtf() with fesetround(): different results between compilers: 0x42440a72 vs. 0x42440a73

How can I test for negative zero in Python? [duplicate]

python ieee-754

Does PHP actually use IEEE-754 floating point numbers?

php floating-point ieee-754

Can the floating-point status flag FE_UNDERFLOW set when the result is not sub-normal?

c floating-point ieee-754

Haskell sets (0/0) as qnan

80-bit floating point and subnormal numbers

Find min/max of a float/double that has the same internal representation

How to convert float to double(both stored in IEEE-754 representation) without losing precision?

Why is IEEE-754 Floating Point not exchangable between platforms?

Is 3*x+x always exact?

floating-point ieee-754

What operations can make floats leave a [0, 1] range?

Is 128-bit "long-float" useful? [closed]

Standard for the sine of very large numbers

Are all single-precision numbers representable in the double-precision format?

floating-point ieee-754

max float represented in IEEE 754

Why is realmin > eps(0)?

matlab ieee-754

Double - IEEE 754 alternatives

c++ ieee-754

0.0 and -0.0 in Java (IEEE 754)

Why do higher-precision floating point formats have so many exponent bits?

floating-point ieee-754

Odd behavior when converting C strings to/from doubles

c printf ieee-754 strtod