@tdulcet reported in #1456 that factor produces incorrect results for some composite numbers:
$ factor 10425511
10425511: 2441 4271
$ uu-factor 10425511
10425511: 10425511
@tdulcet Could you provide the diff? Trying to run this causes my laptop to keel over:
diff <(seq 2 $(( 10 ** 8 )) | factor) <(seq 2 $(( 10 ** 8 )) | uu-factor)
@tdulcet reported in #1456 that factor produces incorrect results for some composite numbers:
@tdulcet Could you provide the diff? Trying to run this causes my laptop to keel over: