powered by
Count the number of digits after a decimal place. Note that trailing zeros will likely be ignored.
countDecDigits(x)
Integer.
Numeric or numeric vector.
countDecDigits(c(1, 1.1, 1.12, 1.123, 1.1234, -1, 0, 10.0000, 10.0010))
Run the code above in your browser using DataLab