kcl_lib::std::math

Function 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.