Skip to content

Returns the arc tangent of x, that is, the value whose tangent is x.

func.atan( <x> )
func.atan(-2)
┌─────────────────────┐
│ func.atan((- 2)) │
├─────────────────────┤
-1.1071487177940906
└─────────────────────┘
ATAN( <x> )
SELECT ATAN(-2);
┌─────────────────────┐
atan((- 2)) │
├─────────────────────┤
-1.1071487177940906
└─────────────────────┘