• Calculates the norm of an array.

    Parameters

    • arr: number[]

      The array

    • Optional type: "L0" | "L1" | "L2" | "LInfinity" = "L2"

      The type of norm, which can be "L0", "L1", "L2", or "LInfinity"

    Returns number

Generated using TypeDoc