square_root
Calculate the square root of any non-negative number to obtain its principal root.
Instructions
Calculate the square root of a non-negative number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |