Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

How to distinguish between 1 and zero floating-point values?

Best non-trigonometric floating point approximation of tanh(x) in 10 instructions or less

Accuracy of data type float (IEEE 754 Single-precision)

How to compute mean of two floating-point numbers?

sine computation with CORDIC results in not precise values

What is the intuitive reason that NaN != NaN?

floating-point nan ieee-754

Why do these binary representations yield the same number?

javascript binary ieee-754

What does the following x86 assembly code with the FLDCW instruction do?

What is the rationale for exponent and mantissa sizes in IEEE floating point standards?

Floating point binary layout between compilers

c++ c visual-c++ gcc ieee-754

C IEEE-Floats inf equal inf

c floating-point ieee-754

Float in c++ smaller range than IEEE 754

c++ floating-point ieee-754

Convert javascript number to float (single precision IEEE-754) and receive integer bits

javascript ieee-754

How to convert 32 bit mantissa (IEEE754) to decimal number using Java?

java ieee-754

How do I print a hex number representing a IEEE 754 float as a float in ruby

ruby ieee-754

How to trigger exactly only *one* SSE-exception

how does Florian's Grisu2 algorithm work?

My Floating-point problem - Trial in C++/Python

Converting hexadecimal to IEEE 754

python ieee-754