get_precision {broman}R Documentation

Determine the precision of a number

Description

Determine the precision of a number, as the number of digits past the decimal point.

Usage

get_precision(x, ...)

Arguments

x

A numeric vector

...

Ignore this

Details

If the number is expressed in scientific notation, we take the number of digits

Value

A vector of integers, with the number of digits (to the last non-zero digit) past the decimal point.


[Package broman version 0.80 Index]