Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Why this same code produce two different fp results on different Machines?

How to see if a number ends in .0

Keeping trailing 0 when converting from str to float

Convert double to integer mantissa and exponents

c++ floating-point asn.1

When is integer to floating point conversion lossless?

c++ c floating-point

Does a hardcode float num a.bc... (0<=n<100 decimals,MIN_VALUE<=a.bc...<=MAX_VALUE) always equals to Number.parseFloat((a.bc...).toFixed(n))?

Where does C++ standard define the value range of float types?

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