Lerp / slerp minimum distance?

Since these functions move a fraction of the distance from one vector / quaternion to another, the vectors would never equal each other even with infinite iteration.

Is there a native way to define a “close enough” point or are we meant to check distanceTo on every lerp to find if we can stop lerping ?