pub async fn max( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the maximum of the given arguments.