Raphael Collet

Results 23 comments of Raphael Collet

By the way, do you know that your example numbers actually don't exist? ```py assert float_round(99.99, 2) == 99.99 assert float_round(357.4555, 3, rounding_method='HALF-EVEN') == 357.456 ``` In both cases, your...

> I don't see how that's relevant. Fact is that in the IEEE 754 standard, there's only a single 64 bit permutation that's strictly equal to 99.99. That is factually...