Module quant

Source
Expand description

Quantification and periodicity.

This module provides general concepts for measuring and quantifying values, including both discrete and continuous representations, without being tied to specific interpretations.

Structs§

Cycle
A repeating cycle defined by a fundamental period.
CycleCount
A cycle that repeats a fixed number of times.
Interval
A range of values with lower and upper Bounds.

Traits§

Cycled
Cyclic behavior.