Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

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?

How to get the size of the intersecting part in a circle in Java

Python 2.7 using the input to a function as a string and variable

Link libquadmath with c++ on linux

gcc floating-point

How to correctly multiply a float with an int and get a result only influenced by significant digits?

How to make sure NaNs propagate when using SSE intrinsics?

c++ c floating-point sse nan

How to handle floating-point underflow?