data-apis / array-api

RFC document, tooling and other content related to the array API standard
https://data-apis.github.io/array-api/latest/
MIT License
204 stars 42 forks source link

Corrected typo in `__bool__` with backport #785

Closed Micky774 closed 2 months ago

Micky774 commented 2 months ago

Corrected a typo in __bool__ to match convention that x.__bool__() == bool(real(x)) or bool(imag(x))

cc: @asmeurer