ceil_digit
ceil_digit.Rd
Round Up a Number to a Specified Number of Decimal Places
Examples
ceil_digit(3.1415, 2) # 3.15
#> [1] 3.15
ceil_digit(c(2.001, 2.009), 2) # c(2.01, 2.01)
#> [1] 2.01 2.01
ceil_digit.Rd
Round Up a Number to a Specified Number of Decimal Places
ceil_digit(3.1415, 2) # 3.15
#> [1] 3.15
ceil_digit(c(2.001, 2.009), 2) # c(2.01, 2.01)
#> [1] 2.01 2.01