• Returns whether or not the vectors have approximately the same elements in the same position.

    Parameters

    • a: any

      The first vector.

    • b: any

      The second vector.

    Returns boolean

    True if the vectors are equal, false otherwise.

Generated using TypeDoc