magnitude_triplet: Compute the order of magnitude triplet ie thousand, million,...

View source: R/utils_rounding.R

magnitude_tripletR Documentation

Compute the order of magnitude triplet ie thousand, million, trillion

Description

Compute the order of magnitude triplet ie thousand, million, trillion

Usage

magnitude_triplet(x)

Arguments

x

num

Value

num

See Also

Other rounding: magnitude_order(), num2str(), num2str_vec(), num_chr_suffi, round_to(), size(), unit_find(), unit_modify(), unit_modify_vec(), unit_string()

Examples

magnitude_triplet(10^(1:10))

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.