kcl_lib::std::math

Function min

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

Compute the minimum of the given arguments.