Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

Unexpected result when operating with uint16_t without explicit casting to float

c gcc floating-point ieee-754

At what point do doubles begin to lose precision?

c++ floating-point ieee-754

Why is Infinity × 0 = NaN?

Losing precision when casting float to double, even for values that have precise binary representations

c++ ieee-754

It it safe to convert from int64 to float64?

go ieee-754

IEEE Rounding schemes

Is checking the location of the sign bit enough to determine endianness of IEEE-754 float with respect to integer endianness?

Why do I get large random values when using scanf("%f", &intVar)? How do float inputs get converted to these values?

How to determine whether number is exactly representable in floating-point?

why String.format 0.1d double value as exact 0.1 in java?

java ieee-754

assumption on floating point conversion: (int)(float)n == n

Why do we multiply normalized fraction with 0.5 to get the significand in IEEE 754 representation?

c floating-point ieee-754

Why are the bit strings representing 1.0 and 2.0 so different?

Is it always true that x * y = ((x * y) / y) * y under IEEE 754 semantics?

floating-point ieee-754

Is long double in C++ an implementation of IEEE's binary128?

Truncate a floating-point number to the leading N decimal digits

Is there a value of type `double`, `K`, such that `K * K == 3.0`?

double arithmetic and equality in Java

Python/numpy: catch IEEE-754 "inexact" exception

Deliberately using NaN in Fortran

fortran ieee-754