Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

How do I find hash value of a 3D vector?

Correct strtod implementation?

c floating-point strtod

Buggy floating point handling in Visual Studio?

How to emulate single precision float operations in PHP?

Extracting digits from a float C++

Java IEEE 64-bit 754 double, values to avoid

"Shared Exponent" representation of a floating point vector in OpenCL C

Which floating point operations generate quiet/signalling NaN?

floating-point nan ieee-754

What is the best way to deal with floating point errors?

Floating point precision for currency: using "round" function in MySQL query vs PHP vs Javascript

how to declare global float register for ARMCC

`float` vs `double` in casual single computations?

floating-point

Python - How to round down a float to 1 significant digit

python floating-point

CUDA float addition gives wrong answer (compared to CPU float ops) [closed]

Unrelated code changes results of calculation

Where can I find the world's fastest atof implementation?

Cortex A9 NEON vs VFP usage confusion

c++ c floating-point arm neon

Is there a floating point value of x, for which x-x == 0 is false?

With pairwise summation, how many terms do I need to get an appreciably wrong result?

How to create a `range`-like iterable object of floats?