Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

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?

Is the rounding mode of large float literals well-specified?

Convert between double and float precision in javascript

Floating-point number multiplication: a * 1.0 == a guaranteed?

floating-point ieee-754

Printing out the Internal Hex of a float

Convert a float/double to its IEEE754 representation

c++ ieee-754

Floating point determinism for gamedev in .NET Core

IEEE 754 floating point arithmetic rounding error in c# and javascript

Can we use any value in floating point for customized flags?

floating-point nan ieee-754

Convert floating-point value to cyclic range?