is_square
Test whether an integer is a perfect square. Returns a boolean result indicating if the number is a perfect square.
Instructions
Test if n is a perfect square.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Integer. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |