next_palindrome
Calculate the next palindromic number greater than a given integer, supporting multiple numeric bases for mathematical and programming applications.
Instructions
Find the next palindromic number greater than n. (Domain: arithmetic, Category: digital_operations)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| base | No |