SQL Server ATN2() Function
Definition and Usage
The ATN2() function returns the arc tangent of two numbers.
Syntax
ATN2(a, b)
Parameter Values
Parameter | Description |
---|---|
a, b | Required. 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 |
---|
More Examples
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.