Arc Tangent 2
Last updated
Last updated
The function is of common use in computer science and can be equivalently defined as:
The angle in the Euclidean plane between the positive axis and the ray connecting the origin and the point .
The phase of the complex number . That is, the angle such that and , where .
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 y
Float
The default value of y
, if no value is provided in the Input Socket.
Default Value x
Float
The default value of x
, if no value is provided in the Input Socket.
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
y
Float
The input value.
x
Float
The input value.
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 value of , either in degrees (°) or radians (rad), according to the Is Degree
Attribute.