Signal arc-tangent function (two variables)
int | y and x-values [int] |
Instead of a signal, atan2~ can also take integers in either inlet to specify the x and y values in the same way a signal would but without sample-accurate timing. |
float | y and x-values [float] |
Instead of a signal, atan2~ can also take floats in either inlet to specify the x and y values in the same way a signal would but without sample-accurate timing. |
signal | In left input: y value input to an arc-tangent function. In right input: x value input to an arc-tangent function. |