Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Minimum and maximum of signed zero

How many different sums can we get from very few floats?

Convert mantissa and exponent into double

Best way to avoid code duplication defining comparison operators `<, <=, >, >=, ==, !=`, but taking into account NaNs?

boost serialization and doubles

float <-> std::string conversion alternative?

c++ string stl floating-point

Standards compliant way to compare float to integral?

Finding the maximum of a floating point counter

GCC PowerPC avoiding .rodata section for floats

does c++ have an equivalent boost::numeric_cast<DestType>(SourceType)?

Issues converting rounded float to string pandas

Probability that a formula fails in IEEE 754

addition instead of subtraction in Kahan algorithm

Can C#/.net parse exponential hex encoded floating point numbers from strings?

c# .net parsing floating-point

Floating Point Divider Hardware Implementation Details

IEEE floating point signalling NaN (sNaN) in Haskell

How do I find the largest integer less than x?

python math floating-point

When does Python perform type conversion when comparing int and float?

How can I convert a f64 to f32 and get the closest approximation and the next greater or smaller value?

rust floating-point

Why can a naive abs implementation not be optimized well in C++?