On Fri, Dec 20, 2024 at 4:48 AM Andrew Nelson via NumPy-Discussion <[email protected]> wrote:
> > Or is there a risk that the Python interpreter would prematurely optimize > that to give: > > ``` > dx = h > ``` > > > -- > _____________________________________ > Dr. Andrew Nelson Wow, that would be a pretty serious optimization bug to override Kahan summation. Are you speaking of some theoretical future version of the interpreter, or of the current state of things? Matti _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
