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.