Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Physics engine: use double or single precision?

Hexadecimal floating point literals

c++ floating-point hex

Floating point arithmetic and reproducibility

r floating-point ieee-754

Determine if $x is divisible evenly by $y in PHP

php floating-point modulus

What are the other NaN values?

Is if(double) valid C++?

Is fmod() exact when y is an integer?

c floating-point

Getting a negative NaN on g++ 4.4.3, is this standard?

c++ math gcc floating-point g++

Does float always auto-convert to double when multiplying mixed data types?

IEEE-754 compliant round-half-to-even

Decimal Python vs. float runtime

The type of a floating point literal with exponent

c floating-point

Is there a good radixsort-implementation for floats in C#

Distinguish zero and negative zero

Detecting precision loss when converting from double to float

Why is casting from float to varchar being rounded in SQL Server?

Integer value of floating type in C

c integer floating-point

How to subtract IEEE 754 numbers?

Python, want to print float in exact format +-00.00

How to compute mean (average) robustly?