Function kcl_lib::std::math::ceil

source ยท
pub async fn ceil(
    _exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Compute the smallest integer greater than or equal to a number.