persistent_digital_root
Calculate the number of steps required to reduce a number to a single digit through repeated digit summation, supporting custom number bases.
Instructions
Calculate persistent digital root (number of steps to reach single digit). (Domain: arithmetic, Category: digital_operations)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| base | No |