Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

C# Comparing float to int

Can Hibernate map NULL to the not-a-number float?

Preserving the floating point & addition of a bitwise operation in javascript

Floating-point equality test and extra precision: can this code fail?

Making use of -mfloat-abi=hard and -mfpu=vfp/neon Codesourcery Lite 2013.05-24

Decimal arithmetics in C or C++?

Returning float array in Objective-C

Parsing floats with Single.Parse()

c# floating-point

Comparing two numbers in JavaScript, what about the fact those are doubles and the use of == or ===?

int64_t to double to int64_t again, loss of precision

Number.prototype.toFixed: amazingly correct in Internet Explorer

Python numpy float16 datatype operations, and float8?

Efficiently computing (a - K) / (a + K) with improved accuracy

Javascript float subtract

javascript floating-point

Best way of checking if a floating point is an integer

Can a static_cast<float> from double, assigned to double be optimized away?

c++ casting floating-point

Are floating point operations in C associative?

Best machine-optimized polynomial minimax approximation to arctangent on [-1,1]?

c algorithm floating-point

How to efficiently perform double/int64 conversions with SSE/AVX?

c++ floating-point sse simd avx

Int32.Parse vs Single.Parse - ("1,234") and ("1,2,3,4"). Why do int and floating point types parse separator chars differently?