Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

Fastest algorithm to identify the smallest and largest x that make the double-precision equation x + a == b true

c floating-point ieee-754

Handling money value, is it safe to divide a number by 100?

javascript ieee-754 ieee

IEE 754 total order in standard C++11

c++11 ieee-754

Why does frexp() not yield scientific notation?

How can I convert four characters into a 32-bit IEEE-754 float in Perl?

What is (+0)+(-0) by IEEE floating point standard?

c++ floating-point ieee-754

Can I guarantee the C++ compiler will not reorder my calculations?

Converting Int to Float or Float to Int using Bitwise operations (software floating point)

IEEE Std 754 Floating-Point: let t := a - b, does the standard guarantee that a == b + t?

c++ c floating-point ieee-754

How do I save a floating-point number in 2 bytes?

What is the result of comparing a number with NaN?

What numerical algorithm is simplified by defining sqrt(-0.0) as -0.0?

floating-point ieee-754

python: unpack IBM 32-bit float point

IEEE-754 double (64-bit floating point) vs. long (64-bit integer) revisited

A surprise with 1**math.nan and 0j**math.nan

Are JS engines allowed to change the bits of a NaN?

javascript ieee-754

With IEEE-754, 0 < ABS(const) < 1, is (x / const) * const guaranteed to return distinct results for distinct values of X?

Portable serialisation of IEEE754 floating-point values

subnormal IEEE 754 floating point numbers support on iOS ARM devices (iPhone 4)

I do *not* want correct rounding for function exp

c rounding ieee-754 exp libm