Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

For a floating point value a: Does a*0.0 == 0.0 always evaluate true for finite values of a?

c++ c floating-point ieee-754

C printf using %d and %f

python datetime.strptime: ignore fraction of a second

Implicitly casting a float constant

c casting floating-point

precision differences in matlab and c++

Negative zero literal in golang

How would fabs(double) be implemented on x86? Is it an expensive operation?

Number of decimal digits in C

c floating-point

Why am I getting "AttributeError: 'module' object has no attribute 'replace'" on string.replace()

If two languages follow IEEE 754, will calculations in both languages result in the same answers?

Can the x86 do FPU operations independently or in parallel?

Float32 to Float16

c floating-point

16-bit floats and GL_HALF_FLOAT

c++ opengl floating-point

Do FMA (fused multiply-add) instructions always produce the same result as a mul then add instruction?

What are the alternatives to pattern-matching floating point numbers?

Union not reinterpreting values?

Calculate the unit in the last place (ULP) for doubles

c# .net floating-point double

Float round up to 2 decimals java

Why can PHP calculate 0.1 + 0.2 when other languages fail?

php floating-point

Does floor() return something that's exactly representable?