Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

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

Compare float array as int array

Why two float variables with PHP_INT_MAX values are same unless one of them is added with value greater than 1025

Is it possible to roll a significantly faster version of modf

How to display rationals as long lists of digits in Lisp?

lisp floating-point

Finding the smallest integer that can not be represented as an IEEE-754 32 bit float [duplicate]

Python numpy float16 datatype operations, and float8?

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

Javascript float subtract

javascript floating-point

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