bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

SQL Server ATN2() Function

Example

SELECT ATN2(0.50, 1);

Definition and Usage

The ATN2() function returns the arc tangent of two numbers.

Syntax

ATN2(
a, b
)

Parameter Values

ParameterDescription
a, bRequired. Two numeric values to calculate the arc tangent of

Technical Details

Works in:SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse

Previous

SQL Server ATAN() Function

Next

SQL Server AVG() Function