Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

What happens when calling external an Fortran function with the wrong type of arguments?

C++ compile time result differs from run time result. Bug or valid behavior [duplicate]

how to wrap radians between -pi and pi with mod? [duplicate]

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

When creating a nan which contains a char-sequence, how do I get the char-sequence back?

c++ floating-point ieee-754

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

Cortex A9 NEON vs VFP usage confusion

c++ c floating-point arm neon

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?