Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

max() not returning the correct maximum number

python floating-point

Floating Point Exception in C++

In C++, what is the keyword used to refer to a 32-bit floating point value?

whats the biggest number that is smaller than FLT_EPSILON?

Different treatment of %d in ObjectiveC versus iOS

c++ floats and valgrind strange behaviour

How can a big number fit precisely into `double` with 32-bit GCC?

square of a float number in C

Floating-Point Variables and Exception Handling

On a Cortex M0 how expensive is a floating point compare vs an integer compare?

Can we assume any pair of following floating point arithmetic statements always produce identical result?

Convert Float to Integer Equivalent

c++ floating-point integer

How to set CUDA floating-point rounding mode for atomics?

floating-point cuda atomic

How to ensure same floating-point behavior on windows and linux?

c++ gcc floating-point mingw

Exponents in C#

C#: Wrong result when converting expression with floats to int

Why does the Windows x64 calling convention require XMM (FP) args copied to integer registers, for variadic functions like printf?

Using float and double for calculation, giving different results [duplicate]

java floating-point double

Surprising float-int conversion in PHP