Display Format Reference

Arcadia implements standard number formatting through Python's format specification mini-language. The general format of the specifier is:

[​[fill]align][sign][symbol][0][width][,][.precision][type]

See the following sections for more information: