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