For the complete documentation index, see llms.txt. This page is also available as Markdown.
Atan2
Computes the inverse tangent (arc tangent) of the ratio of its two arguments. For example, if x > 0, then the expression ATAN2(y, x) is equivalent to ATAN(y/x)