Open
Description
Add your issue here
We want to use the heroic efforts by @paddyroddy to have a fully typed GLASS to make the transition to the Array API easier. For example, if we had a full Array API typing implementation, we would trivially find issues such as atan
vs arctan
with a run of mypy.
@nstarman maintains a great resource in https://github.com/nstarman/array_api. Maybe we can look into how we can use this to everyone's benefit?