Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Cosine in floating point

Are there float and double types with fixed sizes in C99?

c floating-point c99

How to compute a double precision float score from the first 8 bytes of a string in Python?

Using depth buffer for layering 2D sprites

Do floats, doubles, and long doubles have a guaranteed minimum precision?

How can I decode f16 to f32 using only the stable standard library?

Why does Excel not round according to 8-byte IEEE 754

Compare a 32 bit float and a 32 bit integer without casting to double, when either value could be too large to fit the other type exactly

Comparing sqrt(n) with the rational p/q

C float literal translation

c gcc floating-point c89

What is going on with floating point precision here?

Is floating point expression contraction allowed in C++?

c++ floating-point fma

PHP floating point precision: Is var_dump secretly rounding and how can I debug precisley then?

Check if a number is exactly representable as `f32`

How to avoid floating point exceptions in unused SIMD lanes

Numeric code porting powerpc to intel gives different results using float

Why does the speed of this SOR solver depend on the input?

C - floating point rounding

c floating-point rounding

Highest and lowest possible result of this javascript expression?

javascript floating-point

Is there a floating point data type that converts without loss from int64?