Description Usage Arguments Value Examples
This function counts the number of non-decimal digits that a number has.
1 | count_digits(number)
|
number |
input desired number to count digits. |
count of non-decimal digits
1 2 | count_digits(55.37)
count_digits(1001.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.