Arc Sine
Last updated
Last updated
The Arc Sine Node takes a single Float value and returns its arcsine, in degrees (°) or radians (rad).
Scope: Project, Scene, Function, Prefab.
Trigonometry on Khan Academy.
Sine, Cosine and Tangent on Maths is Fun.
Attribute | Type | Description |
---|---|---|
Attribute | Type | Description |
---|---|---|
Input | Type | Description |
---|---|---|
Output | Type | Description |
---|---|---|
Is Degree
Bool
Determines whether the Output
value is given in degrees (°) or radians (rad).
Default Value
Float
The default value of Input
, if no value is provided in the Input
Socket.
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Input
Float
The value to calculate the arcsine of.
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Output
Float
The arcsine of Input
.