Description Usage Arguments Value Examples
Adds trailing zeros to a number and represent it in a string of fixed length.
| 1 | AT.add.trailing.zeros( x, digits = 5)
 | 
| x | number | 
| digits | length of resulting string. | 
Character string with digits characters.
| 1 2 | # Represent 99.1 as '99.100'
AT.add.trailing.zeros(x = 99.1, digits = 5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.