gh-85417: Clarify behaviour on branch cuts in cmath module (#102046)
This PR updates the cmath module documentation to reflect the reality that Python is almost always (and as far as I can tell, that "almost" can be omitted) running on a machine whose C double supports signed zeros. * Removes misleading references to functions being continuous from above / below / the left / the right at branch cuts * Expands the note on branch cuts at the top of the module documentation to explain the double-sided sign-of-zero-based behaviour
M
Mark Dickinson committed
b513c46d998344dc07eb6d510782c2e23d2b859e
Parent: 32df540
Committed by GitHub <noreply@github.com>
on 2/19/2023, 7:15:44 PM