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