Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

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

Differences in floating point between JDK 8 and JDK 13

java floating-point

Setting uniform Numpy dtype of all scalars and arrays (how to avoid downcasting in precision)

Why can x*x and x**2 return different results?

python floating-point

Why does gcc compare seemingly equal floating point values as different with "-fexcess-precision=standard"?

c++ gcc x86 floating-point x87

Strange printf output [duplicate]

c floating-point printf

C++ Cout floating point problem

c++ floating-point

What is wrong with my IEEE 754 floating point representation?