Truediv should match numpy semantics
Open
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 247
- Avg merge
- 7h 2m
- Merged PRs (30d)
- 6
Description
```python
>>> import numpy as np
>>> np.array([1,2,3,4,5], dtype=np.int32)/3
array([0.33333333, 0.66666667, 1. , 1.33333333, 1.66666667])
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.