ndecimal {quickcode} | R Documentation |
Count the number of decimal places
Description
Count the number of decimal places
Usage
ndecimal(num)
Arguments
num |
a numeric value |
Examples
#example 1
ndecimal(9.000322)
#example 2
ndecimal(34)
#example 3
ndecimal(45.)
[Package quickcode version 0.9.1 Index]