Logo 
Search:

SQL Server Articles

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

COT Function

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

This article explains COT function of sql server with examples.

COT is used to calculate trigonometric cotangent of the specified angle in radians.


Syntax of COT Function :

COT (float_expression)

float_expression is an expression of float data type.

Return type of COT is float data type.



Examples of COT Function :

Example 1 : Use of COT function in select clause

SELECT COT(40)

Output
-0.895082917637913

Above example returns trigonometric cotangent value for specified angle in radians.
  
Share: 

 
 
 

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

Sarita Patel
Sarita Patel author of COT 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!