Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Is (1 + sqrt(2))^2 = 3 + 2*sqrt(2) satisfied in Floating Point arithmetics?

Using round function in R on very small values returns zero

Reading a float from mySQL

printed value for high numbers is wronger than it should?

r floating-point

Proper handling of denormal floats in ISO-Prolog

Crazy behaviour during execution

Type mismatch error when assigning literal to Float

Nan problem with Intel 2022 compiler using AVX2 & /fp:fast

c floating-point nan avx2 icx

Is checking the location of the sign bit enough to determine endianness of IEEE-754 float with respect to integer endianness?

Efficient floating point modulus one in C (fractional part of a float)

c x86 floating-point modulo fpu

Python 2.7+: What's the correct way to format a float in non-scientific notation with certain precision?

python floating-point

Double and float may have the same precision?

Efficiently find the minimum exponent to eliminate the fractional part of a floating point number?

c math floating-point

Why is im2col-based 2d-convolution more efficient than naive SIMD-accelerated 2d-convolution?

Does accessing the 4 bytes of a float break C++ aliasing rules

Filter lines containing floating numbers that are larger than X.Y

using an if statement to switch nan values in an array to 0.0?

c floating-point nan

Union between a Float and an array of unsigned char?

c++ floating-point

Java: increment through Float.floatToIntBits?

java floating-point atomic

Fast calculation of RMS gives NaNs in Java - floating point error?