Skip to main content

builtin_ceiling

Function builtin_ceiling 

Source
fn builtin_ceiling(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Ceiling (smallest integer not less than x).

@param x numeric vector @return numeric vector rounded up to integers