Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

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

Is it possible to export glTF models vertices, UVs and normals with signed short "2 bytes", not float "4 bytes"?

Exponent in IEEE 754

ieee-754 exponent

How can I bitwise-cast a 32-bit float into an integer without using typed arrays?

javascript ieee-754

If x*y ≠ 2ⁿ, does it follow that x * y = ((x * y) / y) * y under IEEE 754 semantics?

Does the MSVC implementation of `signaling_NaN` comply with the the latest IEEE floating-point standard?

c++ visual-c++ ieee-754

Round to Nearest in IEEE 754

floating-point ieee-754

Should two programs compiled with -O0 and -O2 each produce identical floating point results?