Arc-tangent function (two variables)
| Name | Type | Opt | Description |
|---|---|---|---|
| initial-values | float or int | opt | Two ints may be used to set the initial value for the arc-tangent function. |
| bang | In left inlet: Calculates the arc-tangent of the numbers currently stored. If there are no arguments, atan2 initially holds for both input values. | |
| int | y-value [int] |
In left input: y value input to an arc-tangent function. |
| (inlet1) | x-value [int] |
In right input: x value input to an arc-tangent function. |
| float | y-value [float] |
In left input: y value input to an arc-tangent function. |
| (inlet1) | x-value [float] |
In right input: x value input to an arc-tangent function. |