summaryrefslogtreecommitdiff
path: root/factor_info.go
AgeCommit message (Collapse)Author
2023-08-30Raise precision in non-compact displayAdrien Hopkins
The non-compact display is intended as a "full info" display, so it makes sense to have more precision in these numbers. The compact display is unchanged.
2023-08-30Add compact displayAdrien Hopkins
2023-08-30Extract factor info into separate structAdrien Hopkins
This achieves two things: - Decouples my code by putting the printing code into its own file - Makes it easier to make alternate ways of printing (e.g. a compact mode)