type Distance
The distance between two values; a non-negative real number between:
- 0 - meaning the two values are equal
Number.POSITIVE_INFINITY
- the two values are so distant that can never match
Definition
export type Distance = number;