Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

For any finite floating point value, is it guaranteed that x - x == 0?

Encoding and decoding IEEE 754 floats in JavaScript

Sum of 3 variables: strange behavior [duplicate]

Double precision floating-point comparison

Casting to int and floating point errors?

Any IEEE754(r) compliant implementations for Java?

Is it always safe to negate a floating point number

c++ c floating-point

Does the C++ standard allow this floating-point behaviour?

What should printf("%.15e", 1e23); print?

Floating point C++ compiler options | preventing a/b -> a* (1/b)

how can I disable exponential notation when selecting a float from MySQL?

mysql floating-point

PHP: number_format rounding

php floating-point rounding

Why are numbers with many significant digits handled differently in C# and JavaScript?

What is overflow and underflow in floating point

Java/C: OpenJDK native tanh() implementation wrong?

Convert Extended (80-bit) to string

Is there a standard way to get the nth `nextafter` floating-point value in C++

Is there any definition how floating-point values evaluated at compile-time are rounded?

c++ c floating-point ieee-754

Do OpenCL vector types use SIMD

Best way to get cos(a) from sin(a)