Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Is FLT_RADIX ever not 2 in C11 for modern general purpose computers?

c floating-point c11

Can GDB correctly parse C-style hexadecimal floating-point numbers?

c floating-point gdb

How can I use NUnit's EqualTo().Within() constraint with a custom data type?

Is IEEE 754-2008 deterministic?

Adding and subtracting exact values to float

java floating-point

Range of Float in Java

decimal.InvalidOperation error when rounding values in Series

Why does python round(np.float16(np.pi),5) return infinity? Bug, limitation, or expected?

How does Python compare 'int' to 'float' objects?

OpenGL: How do I avoid rounding errors when specifying UV co-ordinates

c opengl floating-point

Floating point limits

floating-point limits

Cosine in floating point

Are there float and double types with fixed sizes in C99?

c floating-point c99

How to compute a double precision float score from the first 8 bytes of a string in Python?

Using depth buffer for layering 2D sprites

Do floats, doubles, and long doubles have a guaranteed minimum precision?

How can I decode f16 to f32 using only the stable standard library?

Why does Excel not round according to 8-byte IEEE 754

Compare a 32 bit float and a 32 bit integer without casting to double, when either value could be too large to fit the other type exactly

Comparing sqrt(n) with the rational p/q