Resource icon

Metric Number 1.0.1

Denizen Version
REL-1774
A procedure script which lets you format numbers to k, M, G and T.
If you want other prefixes or more you can built up on that.

- narrate <proc[metric_number].context[1200]>
Returns 1.2k

- narrate <proc[metric_number].context[12590]>
Returns 12.59k

- narrate <proc[metric_number].context[1254000]>
Returns 1.25M

- narrate <proc[metric_number].context[125452125910145]>
Returns 125.45T
Author
Icecapade
Downloads
342
Views
402
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Icecapade

Share this resource

Latest updates

  1. Fix numbers below 1000

    [Bugfixes] - decimal numbers will be formatted properly - negative numbers will be formatted...