Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

Floating point number in JavaScript (IEEE 754)

javascript ieee-754

Does double z=x-y guarantee that z+y==x for IEEE 754 floating point?

c# floating-point ieee-754

is float16 supported in matlab?

Why IEEE754 single-precision float has only 7 digit precision?

Fast sign in C++ float...are there any platform dependencies in this code?

Why double.IsNaN has so strange implementation

Is - (- x) = x correct in floating point arithmetic?

floating-point ieee-754

Why do we have "is not a Number" (isNan) functions?

Convert Hex to single precision

Decimal to binary Half-Precision IEEE 754 in Python

How to output IEEE-754 format integer as a float

Why don't operations on double-precision values give expected results?

Layman's explanation for why JavaScript has weird floating math – IEEE 754 standard [duplicate]

javascript ieee-754

Converting IEEE 754 from bit stream into float in JavaScript

Packing 32bit floats into 30 bits (c++)

When creating a nan which contains a char-sequence, how do I get the char-sequence back?

c++ floating-point ieee-754

What is the difference between float and double?