Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Convert int to 16bit float (half precision floating point) in c++

c++ c floating-point

Floating point inconsistency between expression and assigned object

c# .net floating-point

Writing an image with floating point values

Is 3*x+x always exact?

floating-point ieee-754

Same FLT_EVAL_METHOD, different results in GCC/Clang

c gcc floating-point clang

Jsoncpp writing float values incorrectly

SIMD minmag and maxmag

What operations can make floats leave a [0, 1] range?

"Round half up" on floating point values

Is 128-bit "long-float" useful? [closed]

Why would the same code yield different numeric results on 32 vs 64-bit machines?

c floating-point

How to force a Float to display with full precision w/o scientific notation and not as a string?

ruby floating-point

Single-precision arithmetic broken when running x86-compiled code on a 64-bit machine

What algorithms do FPUs use to compute transcendental functions?

Is there any way to make sure the floating point arithmetic result the same in both linux and windows

c++ additive identity unsafe example ( a+0.0 != a )

c++ floating-point unsafe

Power of number close to 1

100 digit floating point python

Floating Point Monotonic Property

Why does 0.1 + 0.4 = 0.5?