Chalkboard - v3.0.1
    Preparing search index...

    Function norm

    • Calculates the norm of an array.

      Parameters

      • arr: number[]

        The array

      • Optionaltype: "L1" | "L2" | "LInfinity" | "L0" = "L2"

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

      Returns number