Function abs

Source
pub async fn abs(
    exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Compute the absolute value of a number.