validate_number_in_base
Check if a number string is valid for a specified base. This tool verifies number system compatibility by testing whether digits match the base's allowed range.
Instructions
Validate if a number string is valid in the given base. (Domain: arithmetic, Category: number_systems)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | ||
| base | Yes |