Function takes a number at the input x, calculates the square root and passes the resulting value to the output y.
Example in Python
y = math.sqrt(x)
| Function menu | Block diagram |
|---|---|
![]() |
![]() |
| Name | Type | Description |
|---|---|---|
x |
float | Input operand |
| Name | Type | Description |
|---|---|---|
y |
float | Result |
Not available