Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

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

Floating Point numbers on VAX machine

Converting from IEEE-754 to Fixed Point with nearest rounding

Does my Postgres instance support IEEE 754 double precision floats?

postgresql double ieee-754

why 0.3 + 0 == 0.3 and 0.1 + 0 == 0.1 in javascript when 0.3 and 0.1 cannot be represented exactly in binary