Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

NAN propagation and IEEE 754 standard

Converting a float into a string fraction representation

(PHP) How to avoid scientific notation and show the actual large numbers?

Why isn't Math.nextAfter(Double.MAX_VALUE, 1) equal to Double.INFINITY?

java floating-point

Laravel (or PHP/MySQL?) cuts float numbers after decimal point

How to convert strings to floats with perfect accuracy?

How to get binary representation of floating-point number in PHP?

How to use GL_HALF_FLOAT_OES typed textures in iOS?

Are C doubles different to .NET doubles?

.net c 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?