Right now [`xp.remainder()`](https://data-apis.org/array-api/latest/API_specification/elementwise_functions.html#remainder-x1-x2) has no listed special cases, which should not be the case (e.g. what do we do with a floating 0 mod). I imagine we'll want to pick from say [`xp.divide()`](https://data-apis.org/array-api/latest/API_specification/elementwise_functions.html#divide-x1-x2) for special cases.