Description Usage Arguments Value Examples
roundToFactorOfTen
rounds value to nearest factor of 10.
1 |
x |
An integer to be rounded |
An integer rounded to the nearest factor of ten
1 2 3 | roundToFactorOfTen(19) # would give 20
roundToFactorOfTen(194) # would give 200
roundToFactorOfTen(1094) # would give 2000
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.