Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Casting (float) everywhere in C#. Is it better to just work in doubles?

radix sort in c on floating points numbers

c floating-point radix-sort

Does Python have an equivalent to java.lang.Math.nextUp? [duplicate]

python floating-point

floating point numbers - closest number to 1.7

On a float rounding error

C++: Clear bits of a single precision float

c++ floating-point

Python: Return max float instead of infs?

python floating-point

What is the output of the native Float.floatToRawIntBits(float value)?

java floating-point int native

Square/cubic root lookup table

How to print/convert decimal floating point values in GCC?

gcc floating-point decimal

Stealing bits from an IEEE 754 double

What is the largest possible length of a string-representation of a float?

Why does Groovy perform floating point arithmetic this way?

groovy floating-point

How to define custom float-point format (type) in C++?

Convert a float to a string

c++ c floating-point

Why does returning a floating-point value change its value?

intel c++ c floating-point x86

Why does C# allow an *implicit* conversion from Long to Float, when this could lose precision?

Number of digits in exponent

C++ float array initialization [duplicate]

Why did Microsoft abandon long double data type? [closed]