base_to_number
Convert numeric strings from any base representation to decimal numbers. Input digits and base value for accurate arithmetic conversion.
Instructions
Convert a base representation string to decimal number. (Domain: arithmetic, Category: digital_operations)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| digits | Yes | ||
| base | Yes |