array-api
array-api copied to clipboard
Special cases for +/- 0 around branch cuts
We should notate that +/- 0 should give the corresponding side of the branch on a branch cut. See the discussion at https://github.com/data-apis/array-api/pull/514#issuecomment-1347566538. For cuts on the real axis this should more or less be covered by the text about conj(f(x)) == f(conj(x)), but there are also functions with cuts on the imaginary axis (like asinh).