atan2()

Function group Execute on client Platform(s)
Trigonometric YES All

Syntax

atan2(y,x)

Description

Returns the arc tangent of the point y,x coordinates.

Example

Calculate lResult as  atan2(1,1)
# returns 45