Stan Math Library
4.9.0
Automatic Differentiation
|
double stan::math::atan2 | ( | T1 | y, |
T2 | x | ||
) |
Computes the arc tangent of y/x using the signs of arguments to determine the correct quadrant.
T1 | type of first argument (must be arithmetic) |
T2 | type of second argument (must be arithmetic) |
y | first argument |
x | second argument |
y / x