Function rem

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

Compute the remainder after dividing num by div. If num is negative, the result will be too.