summaryrefslogtreecommitdiff
path: root/AK/NumberFormat.h
AgeCommit message (Expand)Author
2020-08-16AK: Use IEC prefixes in human_readable_formatNico Weber
2020-08-16Everywhere: Consolidate human_readable_size() implementationsNico Weber
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-05-03AK+FileManager: Move out human_readable_size to AK::NumberFormatAnotherTest