get_precision {broman} | R Documentation |
Determine the precision of a number, as the number of digits past the decimal point.
get_precision(x, ...)
x |
A numeric vector |
... |
Ignore this |
If the number is expressed in scientific notation, we take the number of digits
A vector of integers, with the number of digits (to the last non-zero digit) past the decimal point.