kcl_lib::std::math

Function max

source
pub async fn max(
    _exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Compute the maximum of the given arguments.