summaryrefslogtreecommitdiff
path: root/factors
AgeCommit message (Expand)Author
2023-11-12Add package-level documentationAdrien Hopkins
2023-11-12Add per-file copyright notices & contact infoAdrien Hopkins
2023-11-09Reduce golang requirement to go1.18Adrien Hopkins
2023-10-30Improve readability of PrimeFactorization.StringAdrien Hopkins
2023-10-09factors: Give Type proper name & zero valueAdrien Hopkins
2023-10-09factors: Give all exported members proper godocAdrien Hopkins
2023-10-09Add tests for properties of many outputsAdrien Hopkins
2023-10-09Add more tests & fix found bugsAdrien Hopkins
2023-09-23Add license (GPL v3-only) & copyright noticesAdrien Hopkins
2023-09-23Add more test casesAdrien Hopkins
2023-09-19factors.Score: Avoid overflow by using math/bigAdrien Hopkins
2023-09-19factors: refactor code to improve readabilityAdrien Hopkins
2023-09-13factors: Remove most panicsAdrien Hopkins
2023-09-07Add ability to display specific totative digitsAdrien Hopkins
2023-09-07Calculate type of all radices without -lAdrien Hopkins
2023-09-05Alter backing values of enum typesAdrien Hopkins
2023-09-05Remove totative ratio from factors APIAdrien Hopkins
2023-09-04Increase detail of digit map neighboursAdrien Hopkins
2023-09-04Add totative digit count to non-compact outputAdrien Hopkins
2023-08-30Add digit map calculationAdrien Hopkins
2023-08-25Make totative ratio exactAdrien Hopkins
2023-08-25Limit MTC calculation to < 2^32Adrien Hopkins
2023-08-23Add radix type to outputAdrien Hopkins
2023-08-21Add MTC to outputAdrien Hopkins
2023-08-21Upgrade to Go 1.21Adrien Hopkins
2023-08-21Refactor tests to use a common testing functionAdrien Hopkins
2023-08-21Add 2345 Score to outputAdrien Hopkins
2023-08-21Add totative ratio and factor score to programAdrien Hopkins
2023-08-18Add list of factors to outputAdrien Hopkins
2023-08-18Add tests for Prime Factorization functionAdrien Hopkins
2023-08-18Add functionality to print prime factorizationAdrien Hopkins