• get the mathematical modulo: value mod mod.
    modulo is different from javascript's % remainder operator in that which the modulo operation always returns a positive number

    Parameters

    • value: number
    • mod: number

    Returns number

Generated using TypeDoc