View source: R/decimalplaces.R
decimalplaces | R Documentation |
Tests the number of non-zero decimal places within a number.
decimalplaces(x)
x |
The number for the number of decimal places is to be measured. |
A single number, indicating the number of non-zero decimal places in 'x'.
decimalplaces(23.43234525)
decimalplaces(334.3410000000000000)
decimalplaces(2.000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.