np_sqrt
Compute the non-negative square root of each element in an input array.
Instructions
Return the non-negative square root of an array element-wise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |