summaryrefslogtreecommitdiff
path: root/factors/mtc.go
AgeCommit message (Collapse)Author
2023-08-25Limit MTC calculation to < 2^32Adrien Hopkins
This ensures the output can fit into a uint64. Also, calculating it at this stage is slow, and not calculating it can make the program nearly instant even for very large numbers!
2023-08-21Add MTC to outputAdrien Hopkins
(MTC = Multiplication Table Complexity)