Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Alternative to C++11's std::nextafter and std::nexttoward for C++03?

C++ support of _Float16 [duplicate]

Replace floating point math with integer in sigmoid transfer function

c math floating-point embedded

Why conversion (unsigned long long)DBL_MAX (or FLT_MAX) causes raising of FE_INEXACT as well?

Different implementations of Newton's method in floating point arithmetic

Why is float to double cast unprecise, double to float not?

erroneous Visual C float / double conversion?

Why is mpfr_printf different than printf for hex float (%a conversion specifier)?

c++ floating-point mpfr

how to get numbers to have precision of .05?

Truncate float (not rounded) to 2 decimal places

Is there a Perl module to convert c99 hex floating point notation to regular notation?

Big float for shader-based mandelbrot explorer

Float versus Integer arithmetic performance on modern chips

Understanding how these floating point numbers work?

floating-point theory

IEEE-754 32 Bit (single precision) exponent -126 instead of -127

floating-point ieee-754

Get only the first 10 number of a X lenght digit

c# floating-point

The AVX intrinsic _mm256_rsqrt_ps has much greater relative error than it should have according to the intrinsics guide

int and float in function overloading