Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

How do I print in double precision?

c floating-point double

How to add two large double precision numbers in c++

c++ floating-point

Smallest subnormal number in IEEE double precision

floating-point ieee-754

What is the rationale for inf==inf in IEEE754

floating-point ieee-754

How to convert a number to 12 bits precision in python?

Smallest i with 1/i == 1/(i+1)?

How should I obtain the fractional part of a floating-point value?

c floating-point c99 floor libm

Why does Rust only use 16 significant digits for f64 equality checks?

C: Rounding floats

c floating-point precision

Javascript float compared to C# float

Is there a functional difference between "2.00" and "2.00f"?

Accurate floating-point computation of the sum and difference of two products

Why doesn't float() throw an exception when the argument is outside the range of a Python float?

python floating-point

How to compute sign(a² - b * c) * sqrt(abs(a² - b * c)) accurately with floating point arithmetics?

How can I convert an IEEE-754 binary representation String to a float or double in Java?

Convert float to time in Java?

How to convert signalling NaN to quiet NaN?

c floating-point nan

best practices on floating point precision in python

Why do we need both a round bit and a sticky bit in IEEE 754 floating point implementations?

floating-point ieee-754

How to force datetime to retain 0 microseconds in python