Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
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?
Aug 07, 2026
c
encoding
floating-point
integer
ieee-754
How to determine whether number is exactly representable in floating-point?
Aug 08, 2026
java
floating-point
ieee-754
why String.format 0.1d double value as exact 0.1 in java?
Aug 06, 2026
java
ieee-754
assumption on floating point conversion: (int)(float)n == n
Aug 07, 2026
c
ieee-754
floating-point-conversion
Why do we multiply normalized fraction with 0.5 to get the significand in IEEE 754 representation?
Aug 07, 2026
c
floating-point
ieee-754
Why are the bit strings representing 1.0 and 2.0 so different?
Aug 04, 2026
floating-point
julia
ieee-754
Is it always true that x * y = ((x * y) / y) * y under IEEE 754 semantics?
Jul 29, 2026
floating-point
ieee-754
Is long double in C++ an implementation of IEEE's binary128?
Jul 24, 2026
c++11
floating-point
double
ieee-754
long-double
Truncate a floating-point number to the leading N decimal digits
Jul 21, 2026
c++
c
performance
floating-point
ieee-754
Is there a value of type `double`, `K`, such that `K * K == 3.0`?
Jul 14, 2026
c++
c
math
floating-point
ieee-754
double arithmetic and equality in Java
Jul 08, 2026
java
floating-point
double
floating-accuracy
ieee-754
Python/numpy: catch IEEE-754 "inexact" exception
Jul 05, 2026
python
numpy
ieee-754
floating-point-exceptions
Deliberately using NaN in Fortran
Jul 06, 2026
fortran
ieee-754
Is it possible to export glTF models vertices, UVs and normals with signed short "2 bytes", not float "4 bytes"?
Jul 05, 2026
floating-point
ieee-754
short
gltf
Exponent in IEEE 754
Jul 05, 2026
ieee-754
exponent
How can I bitwise-cast a 32-bit float into an integer without using typed arrays?
Jul 03, 2026
javascript
ieee-754
If x*y ≠ 2ⁿ, does it follow that x * y = ((x * y) / y) * y under IEEE 754 semantics?
Jun 30, 2026
floating-point
precision
ieee-754
Does the MSVC implementation of `signaling_NaN` comply with the the latest IEEE floating-point standard?
Jul 01, 2026
c++
visual-c++
ieee-754
Round to Nearest in IEEE 754
Jun 29, 2026
floating-point
ieee-754
Should two programs compiled with -O0 and -O2 each produce identical floating point results?
Jun 28, 2026
c++
gcc
floating-point
precision
ieee-754
Older Entries »