round_up_even: Round up to the nearest even number

View source: R/rounding.R

round_up_evenR Documentation

Round up to the nearest even number

Description

Round up to the nearest even number

Usage

round_up_even(x, base = 2)

Arguments

x

Number to round

base

Base for rounding. If 2, even numbers.

Value

Number rounded up

Examples

round_up_even(13.1)
round_up_even(14.22)

pbs-assess/gfutilities documentation built on Sept. 18, 2023, 7:57 a.m.