Print a numeric with metric prefix
print_with_metric_prefix(x, digits = 3)
x
numeric to be printed
digits
number of significant digits
a string
Martin Vincent