Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Function to determine if two numbers are nearly equal when rounded to n significant decimal digits

The behaviour of floating point division by zero

Best way to generate a random float in C# [closed]

c# random floating-point

Round a double in Java

java floating-point

Why can a floating point dictionary key overwrite an integer key with the same value?

In JavaScript, why does zero divided by zero return NaN, but any other divided by zero return Infinity?

Numerically stable way to compute sqrt((b²*c²) / (1-c²)) for c in [-1, 1]

negative zero in python

Will floating point operations on the JVM give the same results on all platforms?

java floating-point

How can a primitive float value be -0.0? What does that mean?

java floating-point

Java:Why should we use BigDecimal instead of Double in the real world? [duplicate]

How to properly compare decimal values in C#?

Why does a float variable stop incrementing at 16777216 in C#?

c# floating-point

How to convert string to float?

double or float, which is faster? [duplicate]

c++ floating-point double

How to force GCC to assume that a floating-point expression is non-negative?

What is the maximum length in chars needed to represent any double value?

c++ c floating-point

Are the bit patterns of NaNs really hardware-dependent?

Convert timedelta to floating-point

How to check whether input value is integer or float?