Numeric Module¶
The rite.numeric module provides numerical operations, mathematical utilities, and statistics.
Overview¶
This section introduces the numeric utilities conceptually. Detailed APIs for each area are covered on the submodule pages.
Submodules¶
- Math: Basic mathematical operations.
- Rounding: Number rounding utilities.
- Statistics: Statistical calculations.
- Range: Range operations.