Module num

Source
Expand description

Distance functions for numeric types.

Structsยง

FloatDist
Implements DistFn for floating-point numbers.
ScaledFloatDist
Implements DistFn for floating-point numbers with a scaling factor.
SignedDist
Distance function for signed integers.
UnsignedDist
Distance function for unsigned integers.