Expand description
Distance functions for numeric types.
Structsยง
- Float
Dist - Implements
DistFn
for floating-point numbers. - Scaled
Float Dist - Implements
DistFn
for floating-point numbers with a scaling factor. - Signed
Dist - Distance function for signed integers.
- Unsigned
Dist - Distance function for unsigned integers.