pub async fn ceil( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the smallest integer greater than or equal to a number.