@awatters_flatiron/tsvector - v1.0.1
    Preparing search index...

    Function vClose

    • Tests whether two vectors are very close within a tolerance

      Parameters

      • a: Vector

        The first vector

      • b: Vector

        The second vector

      • epsilon: number = 1e-6

        The tolerance threshold (default: 1e-6)

      Returns boolean

      True if the vectors are within epsilon distance of each other, false otherwise