summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-12Bump version number to 1.0.0-rc.1v1.0.0rc1Adrien Hopkins
2023-11-12Add changelogAdrien Hopkins
2023-11-12Add PowerShell script for comparing radicesAdrien Hopkins
2023-11-12Add package-level documentationAdrien Hopkins
2023-11-12Denest radix_info.goAdrien Hopkins
2023-11-12Add per-file copyright notices & contact infoAdrien Hopkins
2023-11-09Reduce golang requirement to go1.18Adrien Hopkins
2023-11-09Add READMEAdrien 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-15Forbid -d when digit map cannot be shownAdrien Hopkins
2023-09-15Improve cmdline argument parsingAdrien Hopkins
2023-09-14Bump version to 1.0.0-beta & gofmtv1.0.0bAdrien Hopkins
2023-09-13factors: Remove most panicsAdrien Hopkins
2023-09-12Add option to show digit map onlyAdrien Hopkins
2023-09-07Add regular util. score, replace in compact viewAdrien Hopkins
2023-09-07Add ability to display specific totative digitsAdrien Hopkins
2023-09-07Calculate type of all radices without -lAdrien Hopkins
2023-09-07Standardize naming in compact viewAdrien Hopkins
2023-09-05Unexport everything outside factors pkgAdrien Hopkins
2023-09-05Alter backing values of enum typesAdrien Hopkins
2023-09-05Treat radices >2^16 as large unless -l setAdrien Hopkins
2023-09-05Add lower bound estimate for massive MTCsAdrien Hopkins
2023-09-05Remove totative ratio from factors APIAdrien Hopkins
2023-09-04Add ability to show full digit mapsAdrien Hopkins
2023-09-04Increase detail of digit map neighboursAdrien Hopkins
2023-09-04Rearrange order of components in outputAdrien Hopkins
2023-09-04Remove 2345 Score from compact outputAdrien Hopkins
2023-09-04Add totative digit count to non-compact outputAdrien Hopkins
2023-09-01Add cmdline help & version infoAdrien Hopkins
2023-08-30Raise precision in non-compact displayAdrien Hopkins
2023-08-30Add compact displayAdrien Hopkins
2023-08-30Move argument parsing to separate file/functionAdrien Hopkins
2023-08-30Extract factor info into separate structAdrien Hopkins
2023-08-30Add colours to digit map outputAdrien Hopkins
2023-08-30Print digit map to stdoutAdrien 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 ln to outputAdrien Hopkins
2023-08-21Add MTC to outputAdrien Hopkins
2023-08-21Upgrade to Go 1.21Adrien Hopkins