MSSQLNumeric FunctionsATN2
TAN

ATN2Numeric Functions

GETDATE

Returns the arctangent of two coordinates.

Syntax

ATN2(y, x)

Example

Enter values below to update the example in real time.

atan2_result
SELECT ATN2(1, 1) AS atan2_result;