is_kaprekar_number
Check if a number is a Kaprekar number by verifying its square can be split into two parts that sum to the original number.
Instructions
Check if a number is a Kaprekar number and show the split. (Domain: arithmetic, Category: special_numbers)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |