pub async fn round( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Round a number to the nearest integer.