Logo 
Search:

SQL Server Articles

Submit Article
Home » Articles » SQL Server » Math FunctionsRSS Feeds

ATAN Function

Posted By: Sarita Patel     Category: SQL Server     Views: 2276

This article explains ATAN function of sql server with examples.

ATAN is used to get angle in radians for specified tangent value. It also known as arctangent.


Syntax of ATAN Function :

ATAN (float_expression)

float_expression is an expression of float type.

Return type of ATAN is float data type.



Examples of ATAN Function :

Example 1 : Use of ATAN function in select clause

SELECT ATAN(50)

Output
1.55079899282175

Above example returns angle in radians for specified tangent value 50.
  
Share: 

 
 
 

Didn't find what you were looking for? Find more on ATAN Function Or get search suggestion and latest updates.

Sarita Patel
Sarita Patel author of ATAN Function is from United States.
 
View All Articles

Related Articles and Code:


 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!