square_root
Compute the square root of x, returning the principal root; raises an error if x is negative.
Instructions
Return the square root of x. Raises an error if x is negative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |