Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

python floating number [duplicate]

x.xxxx is not a valid floating point. Converting between languages/locals

A C routine to round a float to n significant digits?

c++ c floating-point

Haskell converting Float to Int

haskell floating-point int

Does 64-bit floating point numbers behave identically on all modern PCs?

Is it possible to remove floating point errors without resorting to arbitrary-precision datatypes?

Haskell Converting Int to Float

Physics engine: use double or single precision?