Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Compare float array as int array

Why two float variables with PHP_INT_MAX values are same unless one of them is added with value greater than 1025

Is it possible to roll a significantly faster version of modf

How to display rationals as long lists of digits in Lisp?

lisp floating-point

Finding the smallest integer that can not be represented as an IEEE-754 32 bit float [duplicate]

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

Convert a float to a string

c++ c floating-point

Number of digits in exponent

C++ float array initialization [duplicate]

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