atan2 « Math Functions « PostgreSQL






1.atan2(x, y): Returns the inverse tangent of the quotient of x and y
2.atan2(1, 0), atan2(-1, 0), atan2(0, 0)