Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

.NET C# float.Parse returning different result to double.Parse [duplicate]

Prevent f string from converting float into scientific notation

Standard for the sine of very large numbers

How to get a random float with step in Python

IEEE floating point vs custom float performance

When is it more efficient to use CORDIC or a polynomial approximation?

In Java, how do I test whether a list of `Double` contains a particular value

java floating-point

How do languages handle printing floats under the hood?

Efficient faithfully-rounded implementation of error function erff()

c floating-point

SSE and iostream: wrong output for floating point types

How does printf extract digits from a floating point number?

c++ c floating-point printf

Multi line math results different than single line

c++ floating-point

Calculation problem in Java

java floating-point double

Assign double constant to float variable without warning in C?

c floating-point

Python question about exponents and int

python floating-point

Are all single-precision numbers representable in the double-precision format?

floating-point ieee-754

lossless conversion of float to string and back: is it possible?

max float represented in IEEE 754

How to store a floating point number as text without losing precision?

python floating-point

How to ensure same float numbers on different systems?