File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 11# Plan for ` numpy-quaddtype ` v1.0.0
2+ - [ ] High-Endian System support
3+ - [ ] Complete Documentation
24
35| ufunc name | Added | Edge Cases Tested\* |
46| ------------- | ----- | ----------------------------------------------------------------------- |
57| add | ✅ | ✅ |
68| subtract | ✅ | ✅ |
79| multiply | ✅ | ✅ |
8- | matmul | # 116 | ✅ |
10+ | matmul | ✅ | ✅ |
911| divide | ✅ | ✅ |
1012| logaddexp | | |
1113| logaddexp2 | | |
2224| absolute | ✅ | ✅ |
2325| fabs | | |
2426| rint | ✅ | ❌ _ Need: basic tests + edge cases (NaN/inf/±0.0/halfway cases)_ |
25- | sign | # 122 | ✅ |
27+ | sign | ✅ | ✅ |
2628| heaviside | | |
2729| conj | | |
2830| conjugate | | |
7577| logical_not | | |
7678| maximum | ✅ | ✅ |
7779| minimum | ✅ | ✅ |
78- | fmax | # 123 | ✅ |
79- | fmin | # 123 | ✅ |
80- | isfinite | # 121 | ✅ |
81- | isinf | # 121 | ✅ |
82- | isnan | # 221 | ✅ |
80+ | fmax | ✅ | ✅ |
81+ | fmin | ✅ | ✅ |
82+ | isfinite | ✅ | ✅ |
83+ | isinf | ✅ | ✅ |
84+ | isnan | ✅ | ✅ |
8385| isnat | | |
84- | signbit | # 122 | ✅ |
85- | copysign | # 122 | ✅ |
86+ | signbit | ✅ | ✅ |
87+ | copysign | ✅ | ✅ |
8688| nextafter | | |
8789| spacing | | |
8890| modf | | |
You can’t perform that action at this time.
0 commit comments