# Numerical This section documents action types that operate on numerical values, including points, ranges, and rectangular regions. The actions are organized by numeric type, covering base, decimal, and integral variants. ## Base numerical actions ```{toctree} :maxdepth: 1 numerical_action numerical_point_action numerical_range_action rectangle_action ``` ## Decimal actions ```{toctree} :maxdepth: 1 decimal_action decimal_point_action decimal_range_action decimal_rectangle_action ``` ## Integral actions ```{toctree} :maxdepth: 1 integral_action integral_point_action integral_range_action integral_rectangle_action ```