Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Function works OK, but returns garbage

How do you correctly calculate a running average of large sets of numbers with 32-bit floating point?

math floating-point average

Floating point arithmetics: Possible unsafe reliance on specific comparison?

How to 'checksum' an array of noisy floating point numbers?

What are the optimizations facilitated by -ffinite-math-only?

_ftol2_sse, are there faster options?

c++ floating-point

How to check if float is a whole number?

Is there a neutral element in IEEE754 with regards to addition

Two General CS Questions [duplicate]

c++ floating-point

Minimize floating point inaccuracy in exponential moving average

less than (<) comparison of float with if statement in c [duplicate]

c floating-point comparison

Why does multiplying and dividing by N "fix" floating point representation?

In current C++ and Java, double type and float type : if (x == 0.0) is correct? [duplicate]

java c++ floating-point double

Floating point precision in literals vs calculations

java floating-point numbers

What means an "E" or "e" character on larger fractional and float outputs?

java floating-point

Typecasting int pointer to float pointer

Writing IEEE 754-1985 double as ASCII on a limited 16 bytes string

c floating-point precision

Understanding FMA instructions performance

Why does Int(Float(Int.max)) give me an error?

How to reliably separate decimal and floating parts from a number?