Some median Python NaNsense
Some median Python NaNsense
[Development] Posted Jan 3, 2020 22:11 UTC (Fri) by corbet
Anybody who has ever taken a numerical analysis course understands that floating-point arithmetic on computers is a messy affair. Even so, it is easy to underestimate just how messy things can be. This topic came to the fore in an initially unrelated python-ideas mailing-list thread; what should the Python statistics module do with floating-point values that are explicitly not numbers?
