Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Evil in the python decimal / float

Parsing double values using Double vs BigDecimal in Java

java floating-point double

When to use float vs decimal

Range Reduction Poor Precision For Single Precision Floating Point

Why denormalized floats are so much slower than other floats, from hardware architecture viewpoint?

Emulating fixed precision in python

Is there an open-source c/c++ implementation of IEEE-754 operations? [closed]

Why does GDB evaluate floating-point arithmetic differently from C++?

When does underflow occur?

Round NaN in Haskell

haskell floating-point nan

Diagnosis of floating-point overflows in C++ programs

Why do I need 17 significant digits (and not 16) to represent a double?

Hashing floating point values

c++ hash floating-point

What uses do floating point NaN payloads have?

floating-point nan ieee-754

std::numeric_limits::quiet_NaN() vs. std::nan() vs. NAN

c++11 floating-point nan cmath

Different results when adding same doubles in different order

Cast from unsigned long long to double and vice versa changes the value

c++ casting floating-point

Stopping the debugger when a NaN floating point number is produced

c++ gdb floating-point nan

How to find epsilon, min and max constants for CUDA?

How to simulate Single precision rounding with Doubles?