I'd like "pretty" / human type numbers, where I can specify the number of significant digits, and it will output it in SI. Examples num | output --- | --- 4345 | 4.3k 5800000 | 5.8M 45 | 45 2 | 2
I'd like "pretty" / human type numbers, where I can specify the number of significant digits, and it will output it in SI. Examples