Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Does the rounding rule of Java's Math.round conform to the IEEE 754 standard?

java math rounding ieee-754

Strength reduction on floating point division by hand

C++ Bit Representation of a Double

Converting unsigned to double to unsigned without loss of precision

Why doesn't my manually entered double value match the expected value in C?

Converting a decimal number in scientific notation to IEEE 754

Smallest subnormal number in IEEE double precision

floating-point ieee-754

What is the rationale for inf==inf in IEEE754

floating-point ieee-754

Smallest i with 1/i == 1/(i+1)?

How do I distinguish negative zero with Aeson?

haskell ieee-754 zero aeson

How can I convert an IEEE-754 binary representation String to a float or double in Java?

float.h-like definitions for IEEE 754 binary16 half floats

Why do we need both a round bit and a sticky bit in IEEE 754 floating point implementations?

floating-point ieee-754

How to calculate float type precision and does it make sense?

Matlab vs C++ Double Precision

Find Absolute in AVX