sympy_is_square
Determine if a given number is a perfect square using symbolic mathematics. This tool checks whether the input value has an integer square root.
Instructions
Check if n is a perfect square.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |