()
| 628 | |
| 629 | # This helper just prints additional info on failure |
| 630 | def _show_info(): |
| 631 | print(f"dtype: {dtype}") |
| 632 | print(f"dividend range: [{start}, {end}]") |
| 633 | print(f"divisor range: [{dstart}, {dend}]") |
| 634 | |
| 635 | # Check that the computed values are correct |
| 636 | for i in range(start, end + 1): |